コード例 #1
0
 /// <summary>
 /// Selects the text of the range within the provider.
 /// </summary>
 public void Select()
 {
     UiaCoreApi.TextRange_Select(_hTextRange);
 }