Partilhar via


Método IVsNavInfoNode.get_Name (String)

 

Obtém o nome 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_Name(
    out string pbstrName
)
int get_Name(
    [OutAttribute] String^% pbstrName
)
abstract get_Name : 
        pbstrName:string byref -> int
Function get_Name (
    <OutAttribute> ByRef pbstrName As String
) As Integer

Parâmetros

  • pbstrName
    [out] O nome do nó.

    O nome deve ser exclusivo.Pode ser diferente do nome exibido.Se o nó for renomeado, o novo nome é retornado.

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_Name(
   [out] BSTR * pbstrName
);

Consulte também

Interface IVsNavInfoNode
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo