_PropertyInfo.Attributes Propriedade

Definição

Fornece aos objetos COM acesso independente da versão à Attributes propriedade.

public:
 property System::Reflection::PropertyAttributes Attributes { System::Reflection::PropertyAttributes get(); };
public System.Reflection.PropertyAttributes Attributes { get; }
member this.Attributes : System.Reflection.PropertyAttributes
Public ReadOnly Property Attributes As PropertyAttributes

Valor de Propriedade

As características desta propriedade.

Observações

Esta propriedade serve para o acesso a classes geridas a partir de código não gerido e não deve ser chamada a partir de código gerido.

A Attributes propriedade recebe os atributos dessa propriedade.

Aplica-se a