The CommandExtensions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CommandExtensions |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
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.) |
|
|
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 |
Returns a string that represents the current object. (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 |