WorkflowTheme.EnableChangeNotification プロパティ

定義

変更通知を有効にするかどうかを示す値を取得または設定します。

public:
 static property bool EnableChangeNotification { bool get(); void set(bool value); };
public static bool EnableChangeNotification { get; set; }
static member EnableChangeNotification : bool with get, set
Public Shared Property EnableChangeNotification As Boolean

プロパティ値

変更通知を有効にする場合は true。それ以外の場合は false

注釈

変更通知を有効にすると、テーマに変更が加えられたときにテーマ変更イベントが発生するようになります。

適用対象