IRawElementProviderFragment.GetEmbeddedFragmentRoots 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 tableau de racines de fragments incorporées dans l’arborescence d’éléments UI Automation racine au niveau de l’élément actuel.
public:
cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ GetEmbeddedFragmentRoots();
public System.Windows.Automation.Provider.IRawElementProviderSimple[] GetEmbeddedFragmentRoots ();
abstract member GetEmbeddedFragmentRoots : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Public Function GetEmbeddedFragmentRoots () As IRawElementProviderSimple()
Retours
Tableau de fragments racine, ou null
.
Remarques
Cette méthode retourne un tableau de fragments uniquement si l’élément actuel héberge une autre infrastructure UI Automation. La plupart des fournisseurs retournent null
.