ContentIsland.PreviousSiblingAutomationProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.