Condividi tramite


Proprietà IEditorOperations.CanPaste

Determina se è possibile eseguire un'operazione Incolla.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
ReadOnly Property CanPaste As Boolean
bool CanPaste { get; }
property bool CanPaste {
    bool get ();
}
abstract CanPaste : bool with get
function get CanPaste () : boolean

Valore proprietà

Tipo: Boolean
true se è possibile eseguire un'operazione Incolla, altrimenti false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEditorOperations Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations