IEditorOperations.SelectedText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the selected text.
public:
property System::String ^ SelectedText { System::String ^ get(); };
public:
property Platform::String ^ SelectedText { Platform::String ^ get(); };
public string SelectedText { get; }
member this.SelectedText : string
Public ReadOnly Property SelectedText As String
Property Value
The selected text.
Remarks
In box selection mode, this will have each span of text separated by a newline character, with an extra newline at the very end.