TextAutomationPeer.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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.