IVsSyntheticRegion.Invalidate(UInt32) 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.
Handles deletion management, causing the region to go away and the text to become exposed and normal.
public:
int Invalidate(System::UInt32 dwUpdate);
public:
int Invalidate(unsigned int dwUpdate);
int Invalidate(unsigned int dwUpdate);
public int Invalidate (uint dwUpdate);
abstract member Invalidate : uint32 -> int
Public Function Invalidate (dwUpdate As UInteger) As Integer
Parameters
- dwUpdate
- UInt32
[in] Flag which is an ORed result of the CHANGE_SYNTHETIC_REGION_FLAGS enumeration.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSyntheticRegion::Invalidate(
[in] DWORD dwUpdate
);