Condividi tramite


Metodo IVsDebugName.GetName

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pbstrName
    Tipo: String%

    [out]

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDebugName Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop