ExecArg Constructor (Guid, UInt32, UInt32, IntPtr, IntPtr)
Initializes a new instance of the ExecArg class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
cmdGroup As Guid, _
cmdId As UInteger, _
cmdexecopt As UInteger, _
vaIn As IntPtr, _
vaOut As IntPtr _
)
'Usage
Dim cmdGroup As Guid
Dim cmdId As UInteger
Dim cmdexecopt As UInteger
Dim vaIn As IntPtr
Dim vaOut As IntPtr
Dim instance As New ExecArg(cmdGroup, _
cmdId, cmdexecopt, vaIn, vaOut)
public ExecArg(
Guid cmdGroup,
uint cmdId,
uint cmdexecopt,
IntPtr vaIn,
IntPtr vaOut
)
public:
ExecArg(
Guid cmdGroup,
unsigned int cmdId,
unsigned int cmdexecopt,
IntPtr vaIn,
IntPtr vaOut
)
public function ExecArg(
cmdGroup : Guid,
cmdId : uint,
cmdexecopt : uint,
vaIn : IntPtr,
vaOut : IntPtr
)
new :
cmdGroup:Guid *
cmdId:uint32 *
cmdexecopt:uint32 *
vaIn:IntPtr *
vaOut:IntPtr -> ExecArg
Parameters
- cmdGroup
Type: System.Guid
The command group Guid
- cmdId
Type: System.UInt32
The command ID
- cmdexecopt
Type: System.UInt32
The command exception option
- vaIn
Type: System.IntPtr
The input arguments
- vaOut
Type: System.IntPtr
The command output
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace