IVsDebugger2.GetEngineName – metoda (Guid, String)
Dané identifikátor GUID ladicí modul vrátí název modulu.Použití této metody s EnumDebugEngines načíst názvy všech aktivních ladění motorů.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int GetEngineName(
[InAttribute] ref Guid guidEngine,
out string pbstrName
)
int GetEngineName(
[InAttribute] Guid% guidEngine,
[OutAttribute] String^% pbstrName
)
abstract GetEngineName :
guidEngine:Guid byref *
pbstrName:string byref -> int
Function GetEngineName (
<InAttribute> ByRef guidEngine As Guid,
<OutAttribute> ByRef pbstrName As String
) As Integer
Parametry
- guidEngine
[v] Identifikátor GUID ladicí modul.
- pbstrName
[výstup] Řetězec obsahující název modulu pro ladění.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell80.idl:
HRESULT IVsDebugger2::GetEngineName(
[in] REFGUID guidEngine,
[out] BSTR *pbstrName
);
Viz také
IVsDebugger2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek