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