ExportProvider.GetExportedValue 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
| Name | Description |
|---|---|
| GetExportedValue<T>() | |
| GetExportedValue<T>(String) |
GetExportedValue<T>()
- Source:
- ExportProvider.cs
- Source:
- ExportProvider.cs
public T GetExportedValue<T>();
member this.GetExportedValue : unit -> 'T
Public Function GetExportedValue(Of T) () As T
Type Parameters
- T
Returns
T
Applies to
GetExportedValue<T>(String)
- Source:
- ExportProvider.cs
- Source:
- ExportProvider.cs
public T GetExportedValue<T>(string contractName);
member this.GetExportedValue : string -> 'T
Public Function GetExportedValue(Of T) (contractName As String) As T
Type Parameters
- T
Parameters
- contractName
- String
Returns
T