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) です。

適用対象