IVsSyntheticRegion::Invalidate Method (UInt32)

 

Handles deletion management, causing the region to go away and the text to become exposed and normal.

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

int Invalidate(
	unsigned int dwUpdate
)

Parameters

dwUpdate
Type: System::UInt32

[in] Flag which is an ORed result of the CHANGE_SYNTHETIC_REGION_FLAGS enumeration.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

HRESULT IVsSyntheticRegion::Invalidate(
   [in] DWORD dwUpdate
);
Return to top
Show: