PropertyMetadata.GetAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array that contains all attributes.
Overloads
GetAttributes() |
Retrieves an array that contains all attributes. |
GetAttributes(Type) |
Receives an array of type Attribute that contains those attributes having type equal to |
GetAttributes()
Retrieves an array that contains all attributes.
public:
cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes ();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()
Returns
An array that contains all attributes.
Applies to
GetAttributes(Type)
Receives an array of type Attribute that contains those attributes having type equal to attributeType
.
public:
cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes (Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()
Parameters
Returns
An array of type Attribute that contains those attributes having type equal to attributeType
.
Applies to
.NET