次の方法で共有


UndoRecord.CustomRecordLevel プロパティ

定義

現在アクティブなカスタム元に戻すアクション呼び出しの数を指定する値を取得します。

public:
 property int CustomRecordLevel { int get(); };
public int CustomRecordLevel { get; }
member this.CustomRecordLevel : int
Public ReadOnly Property CustomRecordLevel As Integer

プロパティ値

現在アクティブなカスタム元に戻すアクション呼び出しの数を指定します。

注釈

読み取り専用です。 アクティブなカスタム元に戻す操作がない場合、このプロパティは 0 に設定されます。

適用対象