Share via


ContentIsland.ParentAutomationProvider Property

Definition

Gets the parent automation provider.

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

Property Value

Object

Platform::Object

IInspectable

The parent automation provider.

Remarks

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

Applies to