Condividi tramite


Metodo IVsDebugName.GetLocation

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

Sintassi

'Dichiarazione
Function GetLocation ( _
    <OutAttribute> ByRef pbstrMkDoc As String, _
    <OutAttribute> pspanLocation As TextSpan() _
) As Integer
int GetLocation(
    out string pbstrMkDoc,
    TextSpan[] pspanLocation
)
int GetLocation(
    [OutAttribute] String^% pbstrMkDoc, 
    [OutAttribute] array<TextSpan>^ pspanLocation
)
abstract GetLocation : 
        pbstrMkDoc:string byref * 
        pspanLocation:TextSpan[] byref -> int
function GetLocation(
    pbstrMkDoc : String, 
    pspanLocation : TextSpan[]
) : int

Parametri

  • pbstrMkDoc
    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::GetLocation(
   [out] BSTR *pbstrMkDoc,
   [out] TextSpan *pspanLocation
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDebugName Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop