TextViewExtensions Class
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.
Utility ITextView extension methods.
public ref class TextViewExtensions abstract sealed
public static class TextViewExtensions
type TextViewExtensions = class
Public Module TextViewExtensions
- Inheritance
-
TextViewExtensions
Methods
GetInOuterLayout(ITextView) |
Determines whether a view is in the process of being laid out or is preparing to be laid out. |
GetMultiSelectionBroker(ITextView) |
Gets an object for managing selections within the view. |
IsEmbeddedTextView(ITextView) |
Gets whether given ITextView is embedded in another ITextView. |
IsReadOnlyTextView(ITextView) |
Gets whether given ITextView is considered read-only. |
QueuePostLayoutAction(ITextView, Action) | |
TryGetContainingTextView(ITextView, ITextView) | |
TryGetTextViewLineContainingBufferPosition(ITextView, SnapshotPoint, ITextViewLine) |
See TryGetTextViewLineContainingBufferPosition(SnapshotPoint, ITextViewLine). |
TryGetTextViewLines(ITextView, ITextViewLineCollection) |