Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Represents an interface for the command target.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ICommandTarget
'Usage
Dim instance As ICommandTarget
public interface ICommandTarget
public interface class ICommandTarget
type ICommandTarget = interface end
public interface ICommandTarget
The ICommandTarget type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanExecute | Specifies that the command status can be executed. |
![]() |
Execute | Executes the command. |
Top