IWebMatrixHost.HostCommands Property
Applies to v2.
Gets an object that exposes commands supported by the host.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property HostCommands As IHostCommands
Get
'Usage
Dim instance As IWebMatrixHost
Dim value As IHostCommands
value = instance.HostCommands
IHostCommands HostCommands { get; }
property IHostCommands^ HostCommands {
IHostCommands^ get ();
}
abstract HostCommands : IHostCommands
function get HostCommands () : IHostCommands
Property Value
Type: Microsoft.WebMatrix.Extensibility.IHostCommands
An object that exposes commands supported by the host.