InheritedExportAttribute Constructor (String^)

 

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

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

public:
InheritedExportAttribute(
	String^ contractName
)

Parameters

contractName
Type: System::String^

The name 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: