Freigeben über


IEditorOperations.CanPaste-Eigenschaft

Bestimmt, ob ein Einfügevorgang möglich ist.

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

Eigenschaftswert

Typ: Boolean
true , wenn ein Einfügevorgang möglich ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOperations Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace