IVsMultiViewDocumentView::GetActiveLogicalView Method (Guid)

 

Determines which logical view is active.

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

int GetActiveLogicalView(
	[OutAttribute] Guid% pguidLogicalView
)

Parameters

pguidLogicalView
Type: System::Guid

[out] GUID identifying the active logical 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::GetActiveLogicalView(
   [out] GUID *pguidLogicalView
);
Return to top
Show: