_PropertyInfo.Attributes Propriedade
Definição
Fornece acesso independente da versão para objetos COM à propriedade Attributes.Provides COM objects with version-independent access to the Attributes property.
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 da propriedade
Os atributos desta propriedade.The attributes of this property.
Comentários
Esta propriedade é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamada a partir de código gerenciado.This property is for access to managed classes from unmanaged code and should not be called from managed code.
A Attributes propriedade obtém os atributos dessa propriedade.The Attributes property gets the attributes of this property.