IWebMatrixHost.HostCommands-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ein Objekt ab, das Befehle bereitstellt, die vom Host unterstützt werden.
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
Eigenschaftswert
Typ: Microsoft.WebMatrix.Extensibility.IHostCommands
Ein Objekt, das Befehle bereitstellt, die vom Host unterstützt werden.