ContentIslandAutomationProviderRequestedEventArgs.AutomationProvider Property

Definition

Gets or sets an automation provider object for the associated ContentIsland.

public:
 property Platform::Object ^ AutomationProvider { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable AutomationProvider();

void AutomationProvider(IInspectable value);
public object AutomationProvider { get; set; }
var object = contentIslandAutomationProviderRequestedEventArgs.automationProvider;
contentIslandAutomationProviderRequestedEventArgs.automationProvider = object;
Public Property AutomationProvider As Object

Property Value

Object

Platform::Object

IInspectable

The default value is null (no automation provider specified).

Applies to