次の方法で共有


PropertyInterceptionContext<TValue>.IsExecutionSuppressed プロパティ

定義

true の場合、このフラグは、操作の実行がインターセプターの 1 つによって抑制されたことを示します。 これは、操作が実行される前に、 を呼び出 SuppressExecution() すか、 を Exception スローするように設定することで実行できます。

public bool IsExecutionSuppressed { get; }
member this.IsExecutionSuppressed : bool
Public ReadOnly Property IsExecutionSuppressed As Boolean

プロパティ値

適用対象