Propriedade _Type.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 Type.Attributes.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
TypeAttributes Attributes { get; }
property TypeAttributes Attributes {
TypeAttributes get();
}
abstract Attributes : TypeAttributes with get
ReadOnly Property Attributes As TypeAttributes
Valor da Propriedade
Type: System.Reflection.TypeAttributes
Um objeto TypeAttributes que representa o conjunto de atributos do Type, a menos que Type represente um parâmetro de tipo genérico; nesse caso, o valor não é especificado.
Comentários
Essa propriedade é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamada de código gerenciado.
O Type.Attributes propriedade obtém os atributos associados a Type.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface _Type
Namespace System.Runtime.InteropServices
Retornar ao início