Interfaz ICommandTarget
Lo siguiente se aplica a v2.
Representa una interfaz para el destino del comando.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Interface ICommandTarget
'Uso
Dim instance As ICommandTarget
public interface ICommandTarget
public interface class ICommandTarget
type ICommandTarget = interface end
public interface ICommandTarget
El tipo ICommandTarget expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
CanExecute | Especifica que se puede ejecutar el estado del comando. | |
Execute | Ejecuta el comando. |
Arriba