InheritedExportAttribute Constructor (Type^)

 

Initializes a new instance of the InheritedExportAttribute class with the specified contract type.

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

public:
InheritedExportAttribute(
	Type^ contractType
)

Parameters

contractType
Type: System::Type^

The type of the contract.

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