Share via


Exec Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Function Exec ( _
    ByRef guidGroup As Guid, _
    nCmdId As UInteger, _
    nCmdExcept As UInteger, _
    vIn As IntPtr, _
    vOut As IntPtr _
) As Integer
'Usage
Dim instance As TextViewCommandFilter
Dim guidGroup As Guid
Dim nCmdId As UInteger
Dim nCmdExcept As UInteger
Dim vIn As IntPtr
Dim vOut As IntPtr
Dim returnValue As Integer

returnValue = instance.Exec(guidGroup, _
    nCmdId, nCmdExcept, vIn, vOut)
public int Exec(
    ref Guid guidGroup,
    uint nCmdId,
    uint nCmdExcept,
    IntPtr vIn,
    IntPtr vOut
)
public:
virtual int Exec(
    Guid% guidGroup, 
    unsigned int nCmdId, 
    unsigned int nCmdExcept, 
    IntPtr vIn, 
    IntPtr vOut
) sealed
abstract Exec : 
        guidGroup:Guid byref * 
        nCmdId:uint32 * 
        nCmdExcept:uint32 * 
        vIn:IntPtr * 
        vOut:IntPtr -> int 
override Exec : 
        guidGroup:Guid byref * 
        nCmdId:uint32 * 
        nCmdExcept:uint32 * 
        vIn:IntPtr * 
        vOut:IntPtr -> int 
public final function Exec(
    guidGroup : Guid, 
    nCmdId : uint, 
    nCmdExcept : uint, 
    vIn : IntPtr, 
    vOut : IntPtr
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IOleCommandTargetExec(Guid%, UInt32, UInt32, IntPtr, IntPtr)

See Also

Reference

TextViewCommandFilter Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace