Share via


OleCommandExecutionArgs Constructors

Definition

Overloads

OleCommandExecutionArgs(UInt32, IntPtr, IntPtr)
Obsolete.
OleCommandExecutionArgs(Guid, UInt32, UInt32, IntPtr, IntPtr)

OleCommandExecutionArgs(UInt32, IntPtr, IntPtr)

Caution

Use constructor that also accepts command guid/id instead.

public:
 OleCommandExecutionArgs(System::UInt32 cmdExecOpt, IntPtr pVaIn, IntPtr pVaOut);
[System.Obsolete("Use constructor that also accepts command guid/id instead.")]
public OleCommandExecutionArgs (uint cmdExecOpt, IntPtr pVaIn, IntPtr pVaOut);
[<System.Obsolete("Use constructor that also accepts command guid/id instead.")>]
new Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs : uint32 * nativeint * nativeint -> Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs
Public Sub New (cmdExecOpt As UInteger, pVaIn As IntPtr, pVaOut As IntPtr)

Parameters

cmdExecOpt
UInt32
pVaIn
IntPtr

nativeint

pVaOut
IntPtr

nativeint

Attributes

Applies to

OleCommandExecutionArgs(Guid, UInt32, UInt32, IntPtr, IntPtr)

public:
 OleCommandExecutionArgs(Guid pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 cmdExecOpt, IntPtr pVaIn, IntPtr pVaOut);
public OleCommandExecutionArgs (Guid pguidCmdGroup, uint nCmdID, uint cmdExecOpt, IntPtr pVaIn, IntPtr pVaOut);
new Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs : Guid * uint32 * uint32 * nativeint * nativeint -> Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs
Public Sub New (pguidCmdGroup As Guid, nCmdID As UInteger, cmdExecOpt As UInteger, pVaIn As IntPtr, pVaOut As IntPtr)

Parameters

pguidCmdGroup
Guid
nCmdID
UInt32
cmdExecOpt
UInt32
pVaIn
IntPtr

nativeint

pVaOut
IntPtr

nativeint

Applies to