다음을 통해 공유


ContentIslandAutomationProviderRequestedEventArgs.AutomationProvider 속성

정의

연결된 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

속성 값

Object

Platform::Object

IInspectable

기본값은 null입니다(자동화 공급자가 지정되지 않음).

적용 대상