AvalonEdit
SelectedText Property
NamespacesICSharpCode.AvalonEdit.SnippetsInsertionContextSelectedText
Gets the text that was selected before the insertion of the snippet.
Declaration Syntax
C#Visual BasicVisual C++
public string SelectedText { get; private set; }
Public Property SelectedText As String
	Get
	Private Set
public:
property String^ SelectedText {
	String^ get ();
	private: void set (String^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238