AttributeCollection.GetDefaultAttribute(Type) Método

Definição

Retorna o padrão Attribute de um 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

O Type atributo a ser recuperado.

Retornos

O padrão Attribute de um determinado attributeType.

Aplica-se a