BindValidationContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BindValidationContext クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| BindValidationContext(Type) |
BindValidationContextのターゲットのTypeを初期化しながら、ActivityBind クラスの新しいインスタンスを初期化します。 |
| BindValidationContext(Type, AccessTypes) |
BindValidationContext クラスの新しいインスタンスを初期化し、このインスタンスによって表されるバインドのターゲットのTypeとAccessTypesを初期化します。 |
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 クラスの新しいインスタンスを初期化し、このインスタンスによって表されるバインドのターゲットのTypeとAccessTypesを初期化します。
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) です。