AttributeCollection.GetDefaultAttribute(Type) Método

Definición

Devuelve el valor predeterminado Attribute de un determinado Type.

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

Type del atributo que se va a recuperar.

Devoluciones

Valor predeterminado Attribute de un determinado attributeType.

Se aplica a