RichEditTextRange.GetClone 方法

定义

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

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

返回

重复的文本范围对象。

实现

适用于