_FieldInfo.Attributes Propriedade

Definição

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

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

Valor de Propriedade

Para FieldAttributes este campo.

Observações

Esta propriedade serve para 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 associados a este campo.

Aplica-se a