BindValidationContext Konstruktory

Definice

Inicializuje novou instanci BindValidationContext třídy.

Přetížení

Name Description
BindValidationContext(Type)

Inicializuje novou instanci BindValidationContext třídy a inicializuje Type cíl objektu ActivityBind.

BindValidationContext(Type, AccessTypes)

Inicializuje novou instanci BindValidationContext třídy, inicializuje Type a AccessTypes cíl vazby reprezentované touto instancí.

BindValidationContext(Type)

Inicializuje novou instanci BindValidationContext třídy a inicializuje Type cíl objektu 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)

Parametry

targetType
Type

Cíl Type cíle ActivityBind.

Platí pro

BindValidationContext(Type, AccessTypes)

Inicializuje novou instanci BindValidationContext třídy, inicializuje Type a AccessTypes cíl vazby reprezentované touto instancí.

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)

Parametry

targetType
Type

Type Cíl ActivityBind reprezentované touto instancí.

access
AccessTypes

AccessTypes Cíl ActivityBind reprezentované touto instancí.

Výjimky

Je odkaz null (Nothing v Visual Basic).

Platí pro