IVsSyntheticRegion::Invalidate Method (UInt32)
Visual Studio 2015
Handles deletion management, causing the region to go away and the text to become exposed and normal.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwUpdate
-
Type:
System::UInt32
[in] Flag which is an ORed result of the CHANGE_SYNTHETIC_REGION_FLAGS enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSyntheticRegion::Invalidate(
[in] DWORD dwUpdate
);
Show: