CommandHandler.Command Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.CommandHandler.Command

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

Syntax

'Declaration
Public Class Command
public class Command
public ref class Command
type Command =  class end
public class Command

The CommandHandler.Command type exposes the following members.

Constructors

  Name Description
Public method CommandHandler.Command(Guid, Int32)
Public method CommandHandler.Command(Guid, Int32, Int32)

Top

Properties

  Name Description
Public property Checked
Public property Enabled
Public property ExecCallback
Public property ExecWithInOutCallback
Public property Group
Public property HierarchyExecCallback
Public property HierarchyStatusCallback
Public property Id
Public property IdEnd
Public property IsRange
Public property Latched
Public property OleCommandFlags
Public property StateDuringLongRunningOperation
Public property StatusCallback
Public property Supported
Public property Text
Public property Visible

Top

Methods

  Name Description
Public method DefaultState
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace