BindValidationContext Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci BindValidationContext třídy.
Přetížení
BindValidationContext(Type) |
Inicializuje novou instanci BindValidationContext třídy při inicializaci Type cíle v ActivityBind . |
BindValidationContext(Type, AccessTypes) |
Inicializuje novou instanci BindValidationContext třídy, inicializuje Type a a AccessTypes cíl vazby reprezentované touto instancí. |
BindValidationContext(Type)
Inicializuje novou instanci BindValidationContext třídy při inicializaci Type cíle v 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
Pro Type cíl ActivityBind .
Platí pro
BindValidationContext(Type, AccessTypes)
Inicializuje novou instanci BindValidationContext třídy, inicializuje Type a 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
TypeCíl ActivityBind reprezentovaný touto instancí.
- access
- AccessTypes
AccessTypesCíl ActivityBind reprezentovaný touto instancí.
Výjimky
Je odkaz s hodnotou null ( Nothing
v Visual Basic).