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 | |
---|---|---|
![]() |
Copy | Gets the "copy" command. |
![]() |
Cut | Gets the "cut" command. |
![]() |
Exit | Gets the "exit" command. |
![]() |
OpenFileInEditor | Gets the "open file in editor" command. |
![]() |
Paste | Gets the "paste" command. |
![]() |
Refresh | Gets the "refresh" command. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetCommand | Gets or creates an arbitrary command identified by group and ID. |
Top