This documentation is archived and is not being maintained.
VsExportProviderService Class
Namespace:
Microsoft.VisualStudio.ExtensibilityHostingAssembly:
Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
System::Object Microsoft.VisualStudio.ExtensibilityHosting::VsExportProviderService
public ref class VsExportProviderService abstract sealed
| Name | Description |
|---|
  | AddProvisionFaultHandler(IEnumerable<String^>^, ProvisionFaultHandler^) | |
  | AddProvisionFaultHandler(String^, ProvisionFaultHandler^) | |
  | DisposeCompositionContainers(IEnumerable<VsCompositionContainer^>^) | |
  | TryGetExport<T>(Lazy<T>^) | |
  | TryGetExport<T>(String^, Lazy<T>^) | |
  | TryGetExport<T>(VsExportProvisionScope^, Lazy<T>^) | |
  | TryGetExport<T>(VsExportProvisionScope^, String^, Lazy<T>^) | |
  | TryGetExport<T, TMetadataView>(Lazy<T, TMetadataView>^) | |
  | TryGetExport<T, TMetadataView>(String^, Lazy<T, TMetadataView>^) | |
  | TryGetExport<T, TMetadataView>(VsExportProvisionScope^, Lazy<T, TMetadataView>^) | |
  | TryGetExport<T, TMetadataView>(VsExportProvisionScope^, String^, Lazy<T, TMetadataView>^) | |
  | TryGetExportedValue<T>(T) | |
  | TryGetExportedValue<T>(String^, T) | |
  | TryGetExportedValue<T>(VsExportProvisionScope^, T) | |
  | TryGetExportedValue<T>(VsExportProvisionScope^, String^, T) | |
  | TryGetExportedValues<T>(IEnumerable<T>^) | |
  | TryGetExportedValues<T>(String^, IEnumerable<T>^) | |
  | TryGetExportedValues<T>(VsExportProvisionScope^, IEnumerable<T>^) | |
  | TryGetExportedValues<T>(VsExportProvisionScope^, String^, IEnumerable<T>^) | |
  | TryGetExports<T>(ICollection<Lazy<T>^>^) | |
  | TryGetExports<T>(String^, ICollection<Lazy<T>^>^) | |
  | TryGetExports<T>(VsExportProvisionScope^, ICollection<Lazy<T>^>^) | |
  | TryGetExports<T>(VsExportProvisionScope^, String^, ICollection<Lazy<T>^>^) | |
  | TryGetExports<T, TMetadataView>(ICollection<Lazy<T, TMetadataView>^>^) | |
  | TryGetExports<T, TMetadataView>(String^, ICollection<Lazy<T, TMetadataView>^>^) | |
  | TryGetExports<T, TMetadataView>(VsExportProvisionScope^, ICollection<Lazy<T, TMetadataView>^>^) | |
  | TryGetExports<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