AttributeCollection.GetDefaultAttribute(Type) Metodo

Definizione

Restituisce l'impostazione predefinita Attribute di un oggetto specificato Type.

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.

Valori restituiti

Valore predefinito Attribute di un oggetto specificato attributeType.

Si applica a