次の方法で共有


WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.ActivatedOperation プロパティ

定義

アプリがアクティブ化された操作を取得します。

public:
 property ActivatedOperation ^ ActivatedOperation { ActivatedOperation ^ get(); };
ActivatedOperation ActivatedOperation();
public ActivatedOperation ActivatedOperation { get; }
var activatedOperation = webUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.activatedOperation;
Public ReadOnly Property ActivatedOperation As ActivatedOperation

プロパティ値

アクティブ化操作。

実装

適用対象