IVsMenuEditor.IsActive Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
Function IsActive ( _
<OutAttribute> ByRef pfActive As Integer _
) As Integer
'Uso
Dim instance As IVsMenuEditor
Dim pfActive As Integer
Dim returnValue As Integer
returnValue = instance.IsActive(pfActive)
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]
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.