ICommandTarget Interface

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
Public method CanExecute Specifies that the command status can be executed.
Public method Execute Executes the command.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace