ExportProvider.GetExportedValue Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Gets an exported object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetExportedValue<T>() | Returns the exported object with the contract name derived from the specified type parameter. If there is not exactly one matching exported object, an exception is thrown. | |
GetExportedValue<T>(String) | Returns the exported object with the specified contract name. If there is not exactly one matching exported object, an exception is thrown. |
Top