AttributeCollection.GetDefaultAttribute(Type) Method

Definition

Returns the default Attribute of a given Type.

protected:
 Attribute ^ GetDefaultAttribute(Type ^ attributeType);
protected Attribute GetDefaultAttribute (Type attributeType);
protected Attribute? GetDefaultAttribute (Type attributeType);
member this.GetDefaultAttribute : Type -> Attribute
Protected Function GetDefaultAttribute (attributeType As Type) As Attribute

Parameters

attributeType
Type

The Type of the attribute to retrieve.

Returns

The default Attribute of a given attributeType.

Applies to