public CompositionError(string message, System.ComponentModel.Composition.Primitives.ICompositionElement element)
 {
 }
Exemplo n.º 2
0
 public static System.ComponentModel.Composition.Primitives.ComposablePartDefinition CreatePartDefinition(Type type, System.ComponentModel.Composition.Primitives.ICompositionElement origin, bool ensureIsDiscoverable)
 {
     return(default(System.ComponentModel.Composition.Primitives.ComposablePartDefinition));
 }
        public static System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition CreateImportDefinition(LazyMemberInfo importingMember, string contractName, string requiredTypeIdentity, IEnumerable <KeyValuePair <string, Type> > requiredMetadata, System.ComponentModel.Composition.Primitives.ImportCardinality cardinality, bool isRecomposable, System.ComponentModel.Composition.CreationPolicy requiredCreationPolicy, System.ComponentModel.Composition.Primitives.ICompositionElement origin)
        {
            Contract.Requires(contractName != null);
            Contract.Ensures(Contract.Result <System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition>() != null);

            return(default(System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition));
        }
        public static System.ComponentModel.Composition.Primitives.ComposablePartDefinition CreatePartDefinition(Lazy <Type> partType, bool isDisposalRequired, Lazy <IEnumerable <System.ComponentModel.Composition.Primitives.ImportDefinition> > imports, Lazy <IEnumerable <System.ComponentModel.Composition.Primitives.ExportDefinition> > exports, Lazy <IDictionary <string, Object> > metadata, System.ComponentModel.Composition.Primitives.ICompositionElement origin)
        {
            Contract.Ensures(Contract.Result <System.ComponentModel.Composition.Primitives.ComposablePartDefinition>() != null);

            return(default(System.ComponentModel.Composition.Primitives.ComposablePartDefinition));
        }
        public static System.ComponentModel.Composition.Primitives.ExportDefinition CreateExportDefinition(LazyMemberInfo exportingMember, string contractName, Lazy <IDictionary <string, Object> > metadata, System.ComponentModel.Composition.Primitives.ICompositionElement origin)
        {
            Contract.Requires(contractName != null);
            Contract.Ensures(Contract.Result <System.ComponentModel.Composition.Primitives.ExportDefinition>() != null);

            return(default(System.ComponentModel.Composition.Primitives.ExportDefinition));
        }