AttributeCollection.GetDefaultAttribute(Type) Método

Definición

Devuelve el Attribute predeterminado de un tipo (Type) dado.

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

Parámetros

attributeType
Type

Tipo (Type) de atributo que se va a recibir.

Devoluciones

El Attribute predeterminado de un attributeType dado.

Se aplica a