Udostępnij za pośrednictwem


ExportProvider.GetExportedValues Method

Definition

Overloads

GetExportedValues(Type, String)
GetExportedValues<T>(String)
GetExportedValues<T>()

GetExportedValues(Type, String)

Source:
ExportProvider.cs
Source:
ExportProvider.cs
public System.Collections.Generic.IEnumerable<object> GetExportedValues (Type type, string contractName);
member this.GetExportedValues : Type * string -> seq<obj>
Public Function GetExportedValues (type As Type, contractName As String) As IEnumerable(Of Object)

Parameters

type
Type
contractName
String

Returns

Applies to

GetExportedValues<T>(String)

Source:
ExportProvider.cs
Source:
ExportProvider.cs
public System.Collections.Generic.IEnumerable<T> GetExportedValues<T> (string contractName);
member this.GetExportedValues : string -> seq<'T>
Public Function GetExportedValues(Of T) (contractName As String) As IEnumerable(Of T)

Type Parameters

T

Parameters

contractName
String

Returns

Applies to

GetExportedValues<T>()

Source:
ExportProvider.cs
Source:
ExportProvider.cs
public System.Collections.Generic.IEnumerable<T> GetExportedValues<T> ();
member this.GetExportedValues : unit -> seq<'T>
Public Function GetExportedValues(Of T) () As IEnumerable(Of T)

Type Parameters

T

Returns

Applies to