AttributeCollection.GetDefaultAttribute(Type) Methode

Definition

Gibt die Attribute-Standardklasse einer bestimmten Type-Klasse zurück.

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

Parameter

attributeType
Type

Die Type-Klasse des abzurufenden Attributs.

Gibt zurück

Die Attribute-Standardklasse einer bestimmten attributeType-Klasse zurück.

Gilt für: