Share via


ContentIsland.PreviousSiblingAutomationProvider Property

Definition

Gets the previous sibling automation provider.

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

Property Value

Object

Platform::Object

IInspectable

The previous sibling 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