IEditorOperations.CanPaste Property
Determines whether a paste operation is possible.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property CanPaste As Boolean
bool CanPaste { get; }
property bool CanPaste {
bool get ();
}
abstract CanPaste : bool with get
function get CanPaste () : boolean
Property Value
Type: System.Boolean
true if a paste operation is possible, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.