AttributeProviderAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the AttributeProviderAttribute class with the given type name and property name.
Assembly: System (in System.dll)
Parameters
- typeName
-
Type:
System::String^
The name of the type to specify.
- propertyName
-
Type:
System::String^
The name of the property for which attributes will be retrieved.
| Exception | Condition |
|---|---|
| ArgumentNullException | typeName is null. |
| ArgumentNullException | propertyName is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: