IRawElementProviderFragment.GetEmbeddedFragmentRoots 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索嵌入到当前元素的UI 自动化元素树中的片段根数组。
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()
返回
根片段的数组,或者 null
。
注解
仅当当前元素承载另一个UI 自动化框架时,此方法才会返回片段数组。 大多数提供程序返回 null
。