IHostCommands Interface

Applies to v2.

Provides properties and methods for accessing commands exposed by the host.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IHostCommands
'Usage
Dim instance As IHostCommands
public interface IHostCommands
public interface class IHostCommands
type IHostCommands =  interface end
public interface IHostCommands

The IHostCommands type exposes the following members.

Properties

  Name Description
Public property Copy Gets the "copy" command.
Public property Cut Gets the "cut" command.
Public property Exit Gets the "exit" command.
Public property OpenFileInEditor Gets the "open file in editor" command.
Public property Paste Gets the "paste" command.
Public property Refresh Gets the "refresh" command.

Top

Methods

  Name Description
Public method GetCommand Gets or creates an arbitrary command identified by group and ID.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace