BindValidationContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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).