Share via


ContentIsland.NextSiblingAutomationProvider Property

Definition

Gets the next sibling automation provider.

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

Property Value

Object

Platform::Object

IInspectable

The next 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