다음을 통해 공유


BindValidationContext 생성자

정의

BindValidationContext 클래스의 새 인스턴스를 초기화합니다.

오버로드

BindValidationContext(Type)

BindValidationContext의 대상 Type을 초기화하는 동안 ActivityBind 클래스의 새 인스턴스를 초기화합니다.

BindValidationContext(Type, AccessTypes)

BindValidationContext 클래스의 새 인스턴스를 초기화하여 이 인스턴스로 나타낸 바인딩의 대상 TypeAccessTypes를 초기화합니다.

BindValidationContext(Type)

BindValidationContext의 대상 Type을 초기화하는 동안 ActivityBind 클래스의 새 인스턴스를 초기화합니다.

public:
 BindValidationContext(Type ^ targetType);
public BindValidationContext (Type targetType);
new System.Workflow.ComponentModel.Compiler.BindValidationContext : Type -> System.Workflow.ComponentModel.Compiler.BindValidationContext
Public Sub New (targetType As Type)

매개 변수

targetType
Type

Type의 대상 ActivityBind입니다.

적용 대상

BindValidationContext(Type, AccessTypes)

BindValidationContext 클래스의 새 인스턴스를 초기화하여 이 인스턴스로 나타낸 바인딩의 대상 TypeAccessTypes를 초기화합니다.

public:
 BindValidationContext(Type ^ targetType, System::Workflow::ComponentModel::Compiler::AccessTypes access);
public BindValidationContext (Type targetType, System.Workflow.ComponentModel.Compiler.AccessTypes access);
new System.Workflow.ComponentModel.Compiler.BindValidationContext : Type * System.Workflow.ComponentModel.Compiler.AccessTypes -> System.Workflow.ComponentModel.Compiler.BindValidationContext
Public Sub New (targetType As Type, access As AccessTypes)

매개 변수

targetType
Type

이 인스턴스로 나타낸 Type의 대상 ActivityBind입니다.

access
AccessTypes

이 인스턴스로 나타낸 AccessTypes의 대상 ActivityBind입니다.

예외

null 참조(Visual Basic의 경우 Nothing)인 경우

적용 대상