IHostCommands.Paste Property

Applies to v2.

Gets the "paste" command.

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

Syntax

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

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

Property Value

Type: System.Windows.Input.ICommand
The "paste" command

See Also

Reference

IHostCommands Interface

Microsoft.WebMatrix.Extensibility Namespace