ExportProvider.GetExports Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| GetExports(ImportDefinition) | |
| GetExports(Type, Type, String) | |
| GetExports<T,TMetadataView>() | |
| GetExports<T,TMetadataView>(String) | |
| GetExports<T>() | |
| GetExports<T>(String) |
GetExports(ImportDefinition)
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Composition.Export> GetExports (Microsoft.VisualStudio.Composition.ImportDefinition importDefinition);
abstract member GetExports : Microsoft.VisualStudio.Composition.ImportDefinition -> seq<Microsoft.VisualStudio.Composition.Export>
override this.GetExports : Microsoft.VisualStudio.Composition.ImportDefinition -> seq<Microsoft.VisualStudio.Composition.Export>
Parâmetros
- importDefinition
- ImportDefinition
Retornos
Aplica-se a
GetExports(Type, Type, String)
GetExports<T,TMetadataView>()
public System.Collections.Generic.IEnumerable<Lazy<T,TMetadataView>> GetExports<T,TMetadataView> ();
member this.GetExports : unit -> seq<Lazy<'T, 'MetadataView>>
Public Function GetExports(Of T, TMetadataView) () As IEnumerable(Of Lazy(Of T, TMetadataView))
Parâmetros de tipo
- T
- TMetadataView
Retornos
- IEnumerable<Lazy<T,TMetadataView>>
Aplica-se a
GetExports<T,TMetadataView>(String)
public System.Collections.Generic.IEnumerable<Lazy<T,TMetadataView>> GetExports<T,TMetadataView> (string contractName);
member this.GetExports : string -> seq<Lazy<'T, 'MetadataView>>
Public Function GetExports(Of T, TMetadataView) (contractName As String) As IEnumerable(Of Lazy(Of T, TMetadataView))
Parâmetros de tipo
- T
- TMetadataView
Parâmetros
- contractName
- String
Retornos
- IEnumerable<Lazy<T,TMetadataView>>
Aplica-se a
GetExports<T>()
public System.Collections.Generic.IEnumerable<Lazy<T>> GetExports<T> ();
member this.GetExports : unit -> seq<Lazy<'T>>
Public Function GetExports(Of T) () As IEnumerable(Of Lazy(Of T))
Parâmetros de tipo
- T
Retornos
- IEnumerable<Lazy<T>>
Aplica-se a
GetExports<T>(String)
public System.Collections.Generic.IEnumerable<Lazy<T>> GetExports<T> (string contractName);
member this.GetExports : string -> seq<Lazy<'T>>
Public Function GetExports(Of T) (contractName As String) As IEnumerable(Of Lazy(Of T))
Parâmetros de tipo
- T
Parâmetros
- contractName
- String
Retornos
- IEnumerable<Lazy<T>>