BindValidationContext 생성자

정의

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

오버로드

Name Description
BindValidationContext(Type)

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

BindValidationContext(Type, AccessTypes)

클래스의 새 인스턴스를 BindValidationContext 초기화하여 이 인스턴스가 Type 나타내는 바인딩 대상과 AccessTypes 대상을 초기화합니다.

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 초기화하여 이 인스턴스가 Type 나타내는 바인딩 대상과 AccessTypes 대상을 초기화합니다.

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 참조입니다(Nothing Visual Basic).

적용 대상