共用方式為


ITextRangeProvider.Clone 方法

定義

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

public:
 System::Windows::Automation::Provider::ITextRangeProvider ^ Clone();
public System.Windows.Automation.Provider.ITextRangeProvider Clone ();
abstract member Clone : unit -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function Clone () As ITextRangeProvider

傳回

ITextRangeProvider

新的文字範圍。 從未傳回 Null 參考 (在 Visual Basic 中為 Nothing)。

備註

新的範圍可以獨立于原始範圍進行操作。

適用於