ITextSelection.Select Method
Include Protected Members
Include Inherited Members
Selects text.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Select(SnapshotSpan, Boolean) | Selects the text in the specified selection span. | |
Select(VirtualSnapshotPoint, VirtualSnapshotPoint) | Selects the text between the two VirtualSnapshotPoint objects. |
Top