IVsSyntheticRegion::IsValid Method (Int32)

 

Determines whether the region is currently valid.

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

int IsValid(
	[OutAttribute] int% pfValid
)

Parameters

pfValid
Type: System::Int32

[out] Flag determining whether region is valid. True if valid, false if not.

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::IsValid(
   [out] BOOL *pfValid
);
Return to top
Show: