ITextProvider.GetSelection 方法

定义

检索与当前文本选择(或多个文本选择)关联的不连续文本范围的集合。

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()

返回

ITextRangeProvider[]

不连续文本范围的集合。

例外

如果 UI 自动化提供程序不支持文本选择。

注解

对于支持文本选择的UI 自动化提供程序,提供程序应实现此方法,并返回值SupportedTextSelection

如果未选择任何文本, GetSelection 则返回 (空区域) 在系统游标的位置 (文本插入点的位置) 的退化文本范围。

如果系统游标 (文本插入点) 不存在,GetSelection则可能会在Visual Basic) 中返回 null 引用 (Nothing

适用于

另请参阅