Share via


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BaseUIHierarchy Class

ExecCommand Overload

Microsoft.TeamFoundation.Common Namespace