IWebMatrixHost.HostCommands 属性
适用于版本2
获取一个对象,该对象用于公开主机支持的命令。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
ReadOnly Property HostCommands As IHostCommands
Get
用法
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
属性值
类型:Microsoft.WebMatrix.Extensibility.IHostCommands
一个对象,该对象用于公开主机支持的命令。