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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.