IVsDebugger.AllowEditsWhileDebugging(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether or not the language service allows writing to files during debugging.
public:
int AllowEditsWhileDebugging(Guid % guidLanguageService);
public int AllowEditsWhileDebugging (ref Guid guidLanguageService);
abstract member AllowEditsWhileDebugging : Guid -> int
Public Function AllowEditsWhileDebugging (ByRef guidLanguageService As Guid) As Integer
Parameters
- guidLanguageService
- Guid
[in] The GUID of the language service, such as SID_SVisualBasicLangService.
Returns
Returns S_OK if writing allowed, S_FALSE if not.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsDebugger::AllowEditsWhileDebugging(
REFGUID guidLanguageService
);