共用方式為


ITextRangeProvider.Clone 方法

定義

會傳回與原始ITextRangeProvider 相同的新 ITextRangeProvider,並繼承原始的所有屬性。

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

傳回

新的文字範圍。 這個方法永遠不會傳回 null。

適用於