IVsSyntheticRegion.IsValid(Int32) 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.
Determines whether the region is currently valid.
public:
int IsValid([Runtime::InteropServices::Out] int % pfValid);
int IsValid([Runtime::InteropServices::Out] int & pfValid);
public int IsValid (out int pfValid);
abstract member IsValid : int -> int
Public Function IsValid (ByRef pfValid As Integer) As Integer
Parameters
- pfValid
- Int32
[out] Flag determining whether region is valid. True if valid, false if not.
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::IsValid(
[out] BOOL *pfValid
);