CommandHandler.Command Constructor (Guid, Int32, Int32)

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Sub New ( _
    commandGroup As Guid, _
    commandIdStart As Integer, _
    commandIdEnd As Integer _
)
public Command(
    Guid commandGroup,
    int commandIdStart,
    int commandIdEnd
)
public:
Command(
    Guid commandGroup, 
    int commandIdStart, 
    int commandIdEnd
)
new : 
        commandGroup:Guid * 
        commandIdStart:int * 
        commandIdEnd:int -> Command
public function CommandHandler.Command(
    commandGroup : Guid, 
    commandIdStart : int, 
    commandIdEnd : int
)

Parameters

.NET Framework Security

See Also

Reference

CommandHandler.Command Class

CommandHandler.Command Overload

Microsoft.VisualStudio.TeamFoundation Namespace