Compartilhar via


Método UCOMITypeInfo.GetTypeAttr (IntPtr)

 

Dica

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

Recupera uma estrutura System.Runtime.InteropServices.TYPEATTR que contém os atributos da descrição de tipo.

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

Sintaxe

void GetTypeAttr(
    out IntPtr ppTypeAttr
)
void GetTypeAttr(
    [OutAttribute] IntPtr% ppTypeAttr
)
abstract GetTypeAttr : 
        ppTypeAttr:nativeint byref -> unit
Sub GetTypeAttr (
    <OutAttribute> ByRef ppTypeAttr As IntPtr
)

Parâmetros

  • ppTypeAttr
    Type: System.IntPtr

    No retorno bem-sucedido, uma referência à estrutura que contém os atributos dessa descrição de tipo.

Comentários

Os valores de ppTypeAttr podem ser acessados por meio de PtrToStructure.

Para obter informações adicionais sobre ITypeInfo::GetTypeAttr, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices

Retornar ao início