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
- 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.