Compartilhar via


Propriedade _PropertyInfo.Attributes

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

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

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

PropertyAttributes Attributes { get; }
property PropertyAttributes Attributes {
    PropertyAttributes get();
}
abstract Attributes : PropertyAttributes with get
ReadOnly Property Attributes As PropertyAttributes

Valor da Propriedade

Type: System.Reflection.PropertyAttributes

Os atributos desta propriedade.

Comentários

Esta propriedade é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamada de código gerenciado.

O Attributes propriedade obtém os atributos da propriedade.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _PropertyInfo
Namespace System.Runtime.InteropServices

Retornar ao início