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]
pspanLocation
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.