This topic has not yet been rated - Rate this topic

IVsDebugger.AllowEditsWhileDebugging Method

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

COM Signature

From vsshell.idl:

HRESULT IVsDebugger::AllowEditsWhileDebugging(
   REFGUID guidLanguageService
);
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ