ExportProvider.GetExportedValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
IEnumerable<T>
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
IEnumerable<T>