コード例 #1
0
 /// <summary>
 /// Removes the text range from the current selection.
 /// </summary>
 public void RemoveFromSelection()
 {
     UiaCoreApi.TextRange_RemoveFromSelection(_hTextRange);
 }