Freigeben über


IHostCommands.Copy-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Befehl copy ab.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Copy As ICommand 
    Get
'Usage
Dim instance As IHostCommands 
Dim value As ICommand 

value = instance.Copy
ICommand Copy { get; }
property ICommand^ Copy {
    ICommand^ get ();
}
abstract Copy : ICommand
function get Copy () : ICommand

Eigenschaftswert

Typ: System.Windows.Input.ICommand
Der Befehl copy.

Siehe auch

Verweis

IHostCommands Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace