AttributeCollection.GetDefaultAttribute(Type) Metodo

Definizione

Restituisce l'oggetto Attribute predefinito di un dato oggetto 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

Parametri

attributeType
Type

Oggetto Type dell'attributo da recuperare.

Restituisce

L'oggetto Attribute predefinito di un dato oggetto attributeType.

Si applica a