BindValidationContext Oluşturucular

Tanım

BindValidationContext sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

BindValidationContext(Type)

BindValidationContextUygulamasının hedefini başlatırken sınıfının yeni bir örneğini başlatır Type ActivityBind .

BindValidationContext(Type, AccessTypes)

Sınıfın yeni bir örneğini başlatır BindValidationContext Type ve AccessTypes Bu örnek tarafından temsil edilen bağlama hedefini başlatır.

BindValidationContext(Type)

BindValidationContextUygulamasının hedefini başlatırken sınıfının yeni bir örneğini başlatır 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)

Parametreler

targetType
Type

TypeÖğesinin hedefinin ActivityBind .

Şunlara uygulanır

BindValidationContext(Type, AccessTypes)

Sınıfın yeni bir örneğini başlatır BindValidationContext Type ve AccessTypes Bu örnek tarafından temsil edilen bağlama hedefini başlatır.

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)

Parametreler

targetType
Type

Type ActivityBind Bu örnek tarafından temsil edilen hedefin hedefi.

access
AccessTypes

AccessTypes ActivityBind Bu örnek tarafından temsil edilen hedefin hedefi.

Özel durumlar

Null bir başvurudur ( Nothing Visual Basic).

Şunlara uygulanır