AttributeProviderAttribute Constructor (String^)

 

Initializes a new instance of the AttributeProviderAttribute class with the given type name.

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

public:
AttributeProviderAttribute(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The name of the type to specify.

Exception Condition
ArgumentNullException

typeName is null.

.NET Framework
Available since 2.0
Return to top
Show: