ExportProvider.GetExportedValues 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 one or more exported objects.

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
Public method GetExportedValues<T>() Gets all the exported objects with the contract name derived from the specified type parameter.
Public method GetExportedValues<T>(String) Gets all the exported objects with the specified contract name.

Top