/// <summary> /// Selects the text of the range within the provider. /// </summary> public void Select() { UiaCoreApi.TextRange_Select(_hTextRange); }