次の方法で共有


BindingRestrictions.GetTypeRestriction(Expression, Type) メソッド

定義

ランタイム型 ID に関して式を確認するバインディング制限を作成します。

public:
 static System::Dynamic::BindingRestrictions ^ GetTypeRestriction(System::Linq::Expressions::Expression ^ expression, Type ^ type);
public static System.Dynamic.BindingRestrictions GetTypeRestriction (System.Linq.Expressions.Expression expression, Type type);
static member GetTypeRestriction : System.Linq.Expressions.Expression * Type -> System.Dynamic.BindingRestrictions
Public Shared Function GetTypeRestriction (expression As Expression, type As Type) As BindingRestrictions

パラメーター

expression
Expression

テストする式。

type
Type

テストする正確な型。

戻り値

新しいバインディング制限。

適用対象