Sdílet prostřednictvím


IVsDebugger.AllowEditsWhileDebugging – metoda (Guid)

 

Určuje, zda služba jazyka umožňuje zápis do souborů během ladění.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int AllowEditsWhileDebugging(
    ref Guid guidLanguageService
)
int AllowEditsWhileDebugging(
    Guid% guidLanguageService
)
abstract AllowEditsWhileDebugging : 
        guidLanguageService:Guid byref -> int
Function AllowEditsWhileDebugging (
    ByRef guidLanguageService As Guid
) As Integer

Parametry

  • guidLanguageService
     [v] Identifikátor GUID služby jazyka, jako například SID_SVisualBasicLangService.

Vrácená hodnota

Type: System.Int32

Vrátí S_OK Pokud zápis povolen, S_FALSE Pokud není.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsDebugger::AllowEditsWhileDebugging(
   REFGUID guidLanguageService
);

Viz také

IVsDebugger – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek