Partager via


IRawElementProviderFragment.GetEmbeddedFragmentRoots Méthode

Définition

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.

S’applique à

Voir aussi