IVsMenuEditor.IsActive Method
Indicates whether the shared menu is displayed.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function IsActive ( _
<OutAttribute> ByRef pfActive As Integer _
) As Integer
int IsActive(
out int pfActive
)
int IsActive(
[OutAttribute] int% pfActive
)
abstract IsActive :
pfActive:int byref -> int
function IsActive(
pfActive : int
) : int
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.
Remarks
C++
From vsshell.idl:
HRESULT IVsMenuEditor::IsActive([out, retval]BOOL *pfActive);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.