IHostCommands.Copy Property
Applies to v2.
Gets the "copy" command.
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
Property Value
Type: System.Windows.Input.ICommand
The "copy" command.