次の方法で共有


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 です (オートメーション プロバイダーは指定されません)。

適用対象