共用方式為


ITextRange.GetClone 方法

定義

建立與這個文字範圍物件相同的新 物件。

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

傳回

重複的文字範圍物件。

備註

若要建立插入點來周遊文字範圍,請先複製範圍,然後在其起始字元位置折迭重複專案。

適用於