CustomAttributeData Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CustomAttributeData type exposes the following members.
| Name | Description | |
|---|---|---|
|
AttributeType | Gets the type of the attribute. |
|
ConstructorArguments | Gets the list of positional arguments specified for the attribute instance represented by the CustomAttributeData object. |
|
NamedArguments | Gets the list of named arguments specified for the attribute instance represented by the CustomAttributeData object. |
Show: