IEditorOperations.Paste Method

Definition

Pastes text from the clipboard to the text buffer.

public:
 bool Paste();
public:
 bool Paste();
bool Paste();
public bool Paste ();
abstract member Paste : unit -> bool
Public Function Paste () As Boolean

Returns

true if the edit and the clipboard operation both succeeded, otherwise false.

Applies to