IVsDebugger::AllowEditsWhileDebugging Method (Guid)

 

Indicates whether or not the language service allows writing to files during debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int AllowEditsWhileDebugging(
	Guid% guidLanguageService
)

Parameters

guidLanguageService
Type: System::Guid

 [in] The GUID of the language service, such as SID_SVisualBasicLangService.

Return Value

Type: System::Int32

Returns S_OK if writing allowed, S_FALSE if not.

From vsshell.idl:

HRESULT IVsDebugger::AllowEditsWhileDebugging(
   REFGUID guidLanguageService
);
Return to top
Show: