IVsMultiViewDocumentView::IsLogicalViewActive Method (Guid, Int32)
Visual Studio 2015
Determines whether the specified logical view is active.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int IsLogicalViewActive( [InAttribute] Guid% rguidLogicalView, [OutAttribute] int% pIsActive )
Parameters
- rguidLogicalView
-
Type:
System::Guid
[in] GUID identifying the logical view.
- pIsActive
-
Type:
System::Int32
[out, retval] If true, then the specified logical view is the active view.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsMultiViewDocumentView::IsLogicalViewActive(
[in] REFGUID rguidLogicalView,
[out, retval] BOOL *pIsActive
);
Show: