Partilhar via


Método IVsNavInfoNode.get_Type (UInt32)

 

Obtém o tipo do nó.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int get_Type(
    out uint pllt
)
int get_Type(
    [OutAttribute] unsigned int% pllt
)
abstract get_Type : 
        pllt:uint32 byref -> int
Function get_Type (
    <OutAttribute> ByRef pllt As UInteger
) As Integer

Parâmetros

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell80.idl:

HRESULT IVsNavInfoNode::get_Type(
   [out] DWORD * pllt
);

Consulte também

Interface IVsNavInfoNode
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo