CompositionContainer Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CompositionContainer type exposes the following members.

Methods

  Name Description
Public method Compose Executes composition on the container, including the changes in the specified CompositionBatch.
Public method Dispose() Releases all resources used by the current instance of the CompositionContainer class.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the CompositionContainer and optionally releases the managed resources.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetExport<T>() Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method GetExport<T>(String) Returns the export with the specified contract name. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method GetExportedValue<T>() Returns the exported object with the contract name derived from the specified type parameter. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.)
Public method GetExportedValue<T>(String) Returns the exported object with the specified contract name. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.)
Public method GetExportedValueOrDefault<T>() Gets the exported object with the contract name derived from the specified type parameter or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.)
Public method GetExportedValueOrDefault<T>(String) Gets the exported object with the specified contract name or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.)
Public method GetExportedValues<T>() Gets all the exported objects with the contract name derived from the specified type parameter. (Inherited from ExportProvider.)
Public method GetExportedValues<T>(String) Gets all the exported objects with the specified contract name. (Inherited from ExportProvider.)
Public method GetExports(ImportDefinition) Gets all exports that match the conditions of the specified import definition. (Inherited from ExportProvider.)
Public method GetExports(ImportDefinition, AtomicComposition) Gets all exports that match the conditions of the specified import definition and composition. (Inherited from ExportProvider.)
Public method GetExports(Type, Type, String) Gets all the exports with the specified contract name. (Inherited from ExportProvider.)
Public method GetExports<T>() Gets all the exports with the contract name derived from the specified type parameter. (Inherited from ExportProvider.)
Public method GetExports<T>(String) Gets all the exports with the specified contract name. (Inherited from ExportProvider.)
Protected method GetExportsCore Returns a collection of all exports that match the conditions in the specified ImportDefinition object. (Overrides ExportProvider.GetExportsCore(ImportDefinition, AtomicComposition).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnExportsChanged Raises the ExportsChanged event. (Inherited from ExportProvider.)
Protected method OnExportsChanging Raises the ExportsChanging event. (Inherited from ExportProvider.)
Public method ReleaseExport(Export) Releases the specified Export object from the CompositionContainer.
Public method ReleaseExport<T>(Lazy<T>) Removes the specified export from composition and releases its resources if possible.
Public method ReleaseExports(IEnumerable<Export>) Releases a set of Export objects from the CompositionContainer.
Public method ReleaseExports<T>(IEnumerable<Lazy<T>>) Removes a collection of exports from composition and releases their resources if possible.
Public method ReleaseExports<T, TMetadataView>(IEnumerable<Lazy<T, TMetadataView>>) Removes a collection of exports from composition and releases their resources if possible.
Public method SatisfyImportsOnce Satisfies the imports of the specified ComposablePart object without registering it for recomposition.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetExports Gets all the exports that match the conditions of the specified import. (Inherited from ExportProvider.)

Top

Extension Methods

  Name Description
Public Extension Method ComposeExportedValue<T>(T) Overloaded. Creates a part from the specified value and composes it in the specified composition container. (Defined by AttributedModelServices.)
Public Extension Method ComposeExportedValue<T>(String, T) Overloaded. Creates a part from the specified object under the specified contract name and composes it in the specified composition container. (Defined by AttributedModelServices.)
Public Extension Method ComposeParts Creates composable parts from an array of attributed objects and composes them in the specified composition container. (Defined by AttributedModelServices.)
Public Extension Method SatisfyImportsOnce Composes the specified part by using the specified composition service, with recomposition disabled. (Defined by AttributedModelServices.)

Top