BindValidationContext Constructors

Definitie

Initialiseert een nieuw exemplaar van de BindValidationContext klasse.

Overloads

Name Description
BindValidationContext(Type)

Initialiseert een nieuw exemplaar van de BindValidationContext klasse, terwijl het Type doel van de ActivityBindklasse wordt geïnitialiseerd.

BindValidationContext(Type, AccessTypes)

Initialiseert een nieuw exemplaar van de BindValidationContext klasse, initialiseert het Type en het AccessTypes doel van de binding die wordt vertegenwoordigd door dit exemplaar.

BindValidationContext(Type)

Initialiseert een nieuw exemplaar van de BindValidationContext klasse, terwijl het Type doel van de ActivityBindklasse wordt geïnitialiseerd.

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)

Parameters

targetType
Type

Het Type doel van de ActivityBind.

Van toepassing op

BindValidationContext(Type, AccessTypes)

Initialiseert een nieuw exemplaar van de BindValidationContext klasse, initialiseert het Type en het AccessTypes doel van de binding die wordt vertegenwoordigd door dit exemplaar.

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)

Parameters

targetType
Type

Het Type doel van het ActivityBind exemplaar dat wordt vertegenwoordigd door dit exemplaar.

access
AccessTypes

Het AccessTypes doel van het ActivityBind exemplaar dat wordt vertegenwoordigd door dit exemplaar.

Uitzonderingen

Is een null-verwijzing (Nothing in Visual Basic).

Van toepassing op