IVsMultiViewDocumentView::IsLogicalViewActive Method (Guid, Int32)

 

Determines whether the specified logical view is active.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: