The CommandExtensions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CommandExtensions |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetCommand |
Gets the command that will be executed when the command source is invoked.
|
|
|
GetCommandParameter |
Gets a user defined data value that can be passed to the command when it is executed.
|
|
|
GetCommandTarget |
Gets the object that the command is being executed on.
|
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
SetCommand |
Sets the command that will be executed when the command source is invoked.
|
|
|
SetCommandParameter |
Sets a user defined data value that can be passed to the command when it is executed.
|
|
|
SetCommandTarget |
Sets the object that the command is being executed on.
|
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
CommandParameterProperty |
Identifies the CommandParameter attached property.
|
|
|
CommandProperty |
Identifies the Command attached property.
|
|
|
CommandTargetProperty |
Identifies the CommandTarget attached property.
|
Attached Properties
| Name | Description | |
|---|---|---|
|
|
Command | |
|
|
CommandParameter | |
|
|
CommandTarget |