BindValidationContext Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
BindValidationContext(Type)

öğesinin BindValidationContext hedefini Typebaşlatırken ActivityBind sınıfının yeni bir örneğini başlatır.

BindValidationContext(Type, AccessTypes)

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

BindValidationContext(Type)

öğesinin BindValidationContext hedefini Typebaşlatırken ActivityBind sınıfının yeni bir örneğini başlatır.

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 hedefinin ActivityBind.

Şunlara uygulanır

BindValidationContext(Type, AccessTypes)

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

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 Bu örnek tarafından temsil edilen hedefinin ActivityBind hedefi.

access
AccessTypes

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

Özel durumlar

Null başvurudur (Visual Basic Nothing).

Şunlara uygulanır