BindValidationContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
BindValidationContext 클래스의 새 인스턴스를 초기화합니다.
오버로드
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 참조(Visual Basic의 경우 Nothing
)인 경우