InheritedExportAttribute Constructor (String^, Type^)

 

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

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

public:
InheritedExportAttribute(
	String^ contractName,
	Type^ contractType
)

Parameters

contractName
Type: System::String^

The name of the contract.

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: