ITextRange.GetClone 方法

定义

创建与此文本范围对象相同的新对象。

public:
 ITextRange ^ GetClone();
ITextRange GetClone();
public ITextRange GetClone();
function getClone()
Public Function GetClone () As ITextRange

返回

重复的文本范围对象。

注解

若要创建插入点以遍历文本范围,请先克隆该区域,然后在其起始字符位置折叠重复项。

适用于