ITextRangeProvider.Clone 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与原始 ITextRangeProvider 完全相同并且继承了其所有属性的一个新的 ITextRangeProvider。
public:
System::Windows::Automation::Provider::ITextRangeProvider ^ Clone();
public System.Windows.Automation.Provider.ITextRangeProvider Clone ();
abstract member Clone : unit -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function Clone () As ITextRangeProvider
返回
新的文本范围。 从不返回空引用(在 Visual Basic 中为 Nothing
)。
注解
新范围可以独立于原始区域进行操作。