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
取得物件,這個物件公開主機所支援的命令。