ITextSnapshot.GetText Method
Include Protected Members
Include Inherited Members
Gets all the text in the snapshot.
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 | |
---|---|---|
GetText() | Gets all the text in the snapshot. | |
GetText(Span) | Gets text from the snapshot starting at the beginning of the span and having a length equal to the length of the span. | |
GetText(Int32, Int32) | Gets text from the snapshot starting at startIndex and having a length equal to length. |
Top