BaseUIHierarchy.ExecCommand Method (array<SelectionPair , Guid%, UInt32, UInt32, IntPtr, IntPtr)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Protected Overridable Function ExecCommand ( _
items As SelectionPair(), _
ByRef guidCmdGroup As Guid, _
nCmdId As UInteger, _
nCmdExecOpt As UInteger, _
pvain As IntPtr, _
p As IntPtr _
) As Integer
protected virtual int ExecCommand(
SelectionPair[] items,
ref Guid guidCmdGroup,
uint nCmdId,
uint nCmdExecOpt,
IntPtr pvain,
IntPtr p
)
protected:
virtual int ExecCommand(
array<SelectionPair>^ items,
Guid% guidCmdGroup,
unsigned int nCmdId,
unsigned int nCmdExecOpt,
IntPtr pvain,
IntPtr p
)
abstract ExecCommand :
items:SelectionPair[] *
guidCmdGroup:Guid byref *
nCmdId:uint32 *
nCmdExecOpt:uint32 *
pvain:IntPtr *
p:IntPtr -> int
override ExecCommand :
items:SelectionPair[] *
guidCmdGroup:Guid byref *
nCmdId:uint32 *
nCmdExecOpt:uint32 *
pvain:IntPtr *
p:IntPtr -> int
protected function ExecCommand(
items : SelectionPair[],
guidCmdGroup : Guid,
nCmdId : uint,
nCmdExecOpt : uint,
pvain : IntPtr,
p : IntPtr
) : int
Parameters
- items
Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]
- guidCmdGroup
Type: System.Guid%
- nCmdId
Type: System.UInt32
- nCmdExecOpt
Type: System.UInt32
- pvain
Type: System.IntPtr
- p
Type: System.IntPtr
Return Value
Type: System.Int32
.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.