AttributeCollection.GetDefaultAttribute(Type) Método

Definição

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

Parâmetros

attributeType
Type

O Type do atributo a ser recuperado.

Retornos

O Attribute padrão de um determinado attributeType.

Aplica-se a