IVsHiddenRegion::GetState Method (UInt32)
Visual Studio 2015
Returns the state of the hidden region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwState
-
Type:
System::UInt32
[out] Pointer to the state of the hidden region. This value is a combining with the bitwise or of the HIDDEN_REGION_STATE and CHANGE_HIDDEN_REGION_FLAGS values.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsHiddenRegion::GetState( [out] DWORD *dwState );
Show: