Partilhar via


Método IVsDebugName.GetName

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function GetName ( _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
int GetName(
    out string pbstrName
)
int GetName(
    [OutAttribute] String^% pbstrName
)
abstract GetName : 
        pbstrName:string byref -> int
function GetName(
    pbstrName : String
) : int

Parâmetros

  • pbstrName
    Tipo: String%

    [out]

Valor de retorno

Tipo: 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 textmgr.idl:

HRESULT IVsDebugName::GetName(
   [out] BSTR *pbstrName
);

Segurança do .NET Framework

Consulte também

Referência

IVsDebugName Interface

Namespace Microsoft.VisualStudio.TextManager.Interop