ITextProvider.GetSelection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索与当前文本选择(或多个文本选择)关联的不连续文本范围的集合。
public:
cli::array <System::Windows::Automation::Provider::ITextRangeProvider ^> ^ GetSelection();
public System.Windows.Automation.Provider.ITextRangeProvider[] GetSelection ();
abstract member GetSelection : unit -> System.Windows.Automation.Provider.ITextRangeProvider[]
Public Function GetSelection () As ITextRangeProvider()
返回
不连续文本范围的集合。
例外
如果 UI 自动化提供程序不支持文本选择。
注解
对于支持文本选择的UI 自动化提供程序,提供程序应实现此方法,并返回值SupportedTextSelection。
如果未选择任何文本, GetSelection 则返回 (空区域) 在系统游标的位置 (文本插入点的位置) 的退化文本范围。
如果系统游标 (文本插入点) 不存在,GetSelection则可能会在Visual Basic) 中返回 null 引用 (Nothing
。