The CommandExtensions type exposes the following members.

Constructors

  Name Description
Public method CommandExtensions

Methods

  Name Description
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 the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member GetCommand
Gets the command that will be executed when the command source is invoked.
Public method Static member GetCommandParameter
Gets a user defined data value that can be passed to the command when it is executed.
Public method Static member GetCommandTarget
Gets the object that the command is being executed on.
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 Static member SetCommand
Sets the command that will be executed when the command source is invoked.
Public method Static member SetCommandParameter
Sets a user defined data value that can be passed to the command when it is executed.
Public method Static member SetCommandTarget
Sets the object that the command is being executed on.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  Name Description
Public field Static member CommandParameterProperty
Identifies the CommandParameter attached property.
Public field Static member CommandProperty
Identifies the Command attached property.
Public field Static member CommandTargetProperty
Identifies the CommandTarget attached property.

Attached Properties

  Name Description
Public attached property Command
Public attached property CommandParameter
Public attached property CommandTarget

See Also