IVsMenuEditor.IsActive Method

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

Syntax

‘선언
Function IsActive ( _
    <OutAttribute> ByRef pfActive As Integer _
) As Integer
‘사용 방법
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

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

See Also

Reference

IVsMenuEditor Interface

IVsMenuEditor Members

Microsoft.VisualStudio.Shell.Interop Namespace