ContentTextAutomationPeer.RaiseActiveTextPositionChangedEvent Method
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.
public:
virtual void RaiseActiveTextPositionChangedEvent(System::Windows::Documents::TextPointer ^ rangeStart, System::Windows::Documents::TextPointer ^ rangeEnd);
public virtual void RaiseActiveTextPositionChangedEvent (System.Windows.Documents.TextPointer rangeStart, System.Windows.Documents.TextPointer rangeEnd);
abstract member RaiseActiveTextPositionChangedEvent : System.Windows.Documents.TextPointer * System.Windows.Documents.TextPointer -> unit
override this.RaiseActiveTextPositionChangedEvent : System.Windows.Documents.TextPointer * System.Windows.Documents.TextPointer -> unit
Public Overridable Sub RaiseActiveTextPositionChangedEvent (rangeStart As TextPointer, rangeEnd As TextPointer)
Parameters
- rangeStart
- TextPointer
- rangeEnd
- TextPointer
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.