ExportAttribute::ContractType Property

 

Gets the contract type that is exported by the member that this attribute is attached to.

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

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

Property Value

Type: System::Type^

The type of export that is be provided. The default value is null, which means that the type will be obtained by looking at the type on the member that this export is attached to.

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