다음을 통해 공유


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

테스트할 정확한 형식입니다.

반환

새 바인딩 제한입니다.

적용 대상