言語

CatchBlock.Filter プロパティ

定義

CatchBlock フィルターの本文を取得します。

public:
 property System::Linq::Expressions::Expression ^ Filter { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Filter { get; }
public System.Linq.Expressions.Expression? Filter { get; }
member this.Filter : System.Linq.Expressions.Expression
Public ReadOnly Property Filter As Expression

プロパティ値

Expression フィルターの本文を表すCatchBlock オブジェクト。

適用対象