Share via


ContentIsland.FragmentRootAutomationProvider Property

Definition

Gets the fragment root automation provider.

public:
 property Platform::Object ^ FragmentRootAutomationProvider { Platform::Object ^ get(); };
IInspectable FragmentRootAutomationProvider();
public object FragmentRootAutomationProvider { get; }
var object = contentIsland.fragmentRootAutomationProvider;
Public ReadOnly Property FragmentRootAutomationProvider As Object

Property Value

Object

Platform::Object

IInspectable

The fragment root automation provider.

Remarks

If the **AutomationOption** property is set to FragmentBased, the value is used to implement IRawElementProviderFragment::get_FragmentRoot for the automation provider.

Applies to