ITextRange.GetClone メソッド

定義

このテキスト範囲オブジェクトと同じ新しいオブジェクトを作成します。

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

戻り値

重複するテキスト範囲オブジェクト。

注釈

テキスト範囲を走査する挿入ポイントを作成するには、最初に範囲を複製し、その開始文字位置で複製を折りたたみます。

適用対象