ITextRangeProvider.Clone 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回新的 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
傳回
新的文字範圍。 從未傳回 Null 參考 (在 Visual Basic 中為 Nothing
)。
備註
新的範圍可以獨立于原始範圍進行操作。