次の方法で共有


BindValidationContext コンストラクター

定義

BindValidationContext クラスの新しいインスタンスを初期化します。

オーバーロード

BindValidationContext(Type)

BindValidationContext クラスの新しいインスタンスを初期化します。Type のターゲットの ActivityBind を初期化する過程で実行します。

BindValidationContext(Type, AccessTypes)

BindValidationContext クラスの新しいインスタンスを初期化します。その過程で、このインスタンスで表されるバインドのターゲットの TypeAccessTypes を初期化します。

BindValidationContext(Type)

BindValidationContext クラスの新しいインスタンスを初期化します。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)

パラメーター

targetType
Type

Type のターゲットの ActivityBind

適用対象

BindValidationContext(Type, AccessTypes)

BindValidationContext クラスの新しいインスタンスを初期化します。その過程で、このインスタンスで表されるバインドのターゲットの TypeAccessTypes を初期化します。

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)

パラメーター

targetType
Type

このインスタンスで表される Type のターゲットの ActivityBind

access
AccessTypes

このインスタンスで表される AccessTypes のターゲットの ActivityBind

例外

null 参照 (Visual Basic の場合は Nothing) です。

適用対象