CustomAttributeData Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property AttributeType Gets the type of the attribute.
Public property ConstructorArguments Gets the list of positional arguments specified for the attribute instance represented by the CustomAttributeData object.
Public property NamedArguments Gets the list of named arguments specified for the attribute instance represented by the CustomAttributeData object.
Top

Show:
© 2017 Microsoft