ImportAttribute::ContractType Property

 

Gets the type of the export to import.

Namespace:   System.ComponentModel.Composition
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public:
property Type^ ContractType {
	virtual Type^ get() sealed;
	private: virtual void set(Type^ value) sealed;
}

Property Value

Type: System::Type^

The type of the export to import.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: