ITextRangeProvider.Clone 方法

定义

返回一个新的 ITextRangeProvider ,它与原始 ITextRangeProvider 相同,并继承原始的所有属性。

public:
 ITextRangeProvider ^ Clone();
ITextRangeProvider Clone();
public ITextRangeProvider Clone();
function clone()
Public Function Clone () As ITextRangeProvider

返回

新的文本范围。 此方法永远不会返回 null。

适用于