VsCompositionContainer Class

 

Namespace:   Microsoft.VisualStudio.ExtensibilityHosting
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)


public ref class VsCompositionContainer : CompositionContainer

NameDescription
System_CAPS_pubpropertyCatalog

(Inherited from CompositionContainer.)

System_CAPS_pubpropertyProviders

(Inherited from CompositionContainer.)

System_CAPS_pubpropertySettings

NameDescription
System_CAPS_pubmethodCompose(CompositionBatch^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodSystem_CAPS_staticCreate()

System_CAPS_pubmethodSystem_CAPS_staticCreate(ComposablePartCatalog^)

System_CAPS_pubmethodSystem_CAPS_staticCreate(ComposablePartCatalog^, VsExportProviderSettings^)

System_CAPS_pubmethodSystem_CAPS_staticCreate(ComposablePartCatalog^, VsExportProvisionScope^)

System_CAPS_pubmethodSystem_CAPS_staticCreate(ExportProvider^)

System_CAPS_pubmethodSystem_CAPS_staticCreate(ExportProvider^, VsExportProviderSettings^)

System_CAPS_pubmethodSystem_CAPS_staticCreate(VsExportProviderSettings^)

System_CAPS_pubmethodDispose()

(Inherited from CompositionContainer.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetExport<T>()

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExport<T>(String^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValue<T>()

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValue<T>(String^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValueOrDefault<T>()

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValueOrDefault<T>(String^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValues<T>()

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExportedValues<T>(String^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExports(ImportDefinition^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExports(ImportDefinition^, AtomicComposition^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExports(Type^, Type^, String^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExports<T>()

(Inherited from ExportProvider.)

System_CAPS_pubmethodGetExports<T>(String^)

(Inherited from ExportProvider.)

System_CAPS_protmethodGetExportsCore(ImportDefinition^, AtomicComposition^)
System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnExportsChanged(ExportsChangeEventArgs^)

(Inherited from ExportProvider.)

System_CAPS_protmethodOnExportsChanging(ExportsChangeEventArgs^)

(Inherited from ExportProvider.)

System_CAPS_pubmethodReleaseExport(Export^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodReleaseExport<T>(Lazy<T>^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodReleaseExports(IEnumerable<Export^>^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodReleaseExports<T>(IEnumerable<Lazy<T>^>^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodReleaseExports<T, TMetadataView>(IEnumerable<Lazy<T, TMetadataView>^>^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodSatisfyImportsOnce(ComposablePart^)

(Inherited from CompositionContainer.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetExports(ImportDefinition^, AtomicComposition^, IEnumerable<Export^>^)

(Inherited from ExportProvider.)

NameDescription
System_CAPS_pubeventExportsChanged

(Inherited from ExportProvider.)

System_CAPS_pubeventExportsChanging

(Inherited from ExportProvider.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: