IVsMenuEditor::IsActive Method (Int32)

 

Indicates whether the shared menu is displayed.

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

int IsActive(
	[OutAttribute] int% pfActive
)

Parameters

pfActive
Type: System::Int32

[out, retval] true if the shared menu is displayed, or false if the shared menu is not displayed.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

C++

From vsshell.idl:

HRESULT IVsMenuEditor::IsActive([out, retval]BOOL *pfActive);

Return to top
Show: