VsExportProviderService Class

 

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

System::Object
  Microsoft.VisualStudio.ExtensibilityHosting::VsExportProviderService

public ref class VsExportProviderService abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddProvisionFaultHandler(IEnumerable<String^>^, ProvisionFaultHandler^)

System_CAPS_pubmethodSystem_CAPS_staticAddProvisionFaultHandler(String^, ProvisionFaultHandler^)

System_CAPS_pubmethodSystem_CAPS_staticDisposeCompositionContainers(IEnumerable<VsCompositionContainer^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T>(Lazy<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T>(String^, Lazy<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T>(VsExportProvisionScope^, Lazy<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T>(VsExportProvisionScope^, String^, Lazy<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T, TMetadataView>(Lazy<T, TMetadataView>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T, TMetadataView>(String^, Lazy<T, TMetadataView>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T, TMetadataView>(VsExportProvisionScope^, Lazy<T, TMetadataView>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExport<T, TMetadataView>(VsExportProvisionScope^, String^, Lazy<T, TMetadataView>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValue<T>(T)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValue<T>(String^, T)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValue<T>(VsExportProvisionScope^, T)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValue<T>(VsExportProvisionScope^, String^, T)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValues<T>(IEnumerable<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValues<T>(String^, IEnumerable<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValues<T>(VsExportProvisionScope^, IEnumerable<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExportedValues<T>(VsExportProvisionScope^, String^, IEnumerable<T>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T>(ICollection<Lazy<T>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T>(String^, ICollection<Lazy<T>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T>(VsExportProvisionScope^, ICollection<Lazy<T>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T>(VsExportProvisionScope^, String^, ICollection<Lazy<T>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T, TMetadataView>(ICollection<Lazy<T, TMetadataView>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T, TMetadataView>(String^, ICollection<Lazy<T, TMetadataView>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T, TMetadataView>(VsExportProvisionScope^, ICollection<Lazy<T, TMetadataView>^>^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExports<T, TMetadataView>(VsExportProvisionScope^, String^, ICollection<Lazy<T, TMetadataView>^>^)

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: