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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.