ITextRangeProvider.Clone Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère un nouvel élément ITextRangeProvider identique à l'élément ITextRangeProvider d'origine et héritant de toutes les propriétés de l'original.
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
Retours
Nouvelle plage de texte. Une référence null (Nothing
en Visual Basic) n’est jamais retournée.
Remarques
La nouvelle plage peut être manipulée indépendamment de l’original.