BindValidationContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
ActivityBindの検証のコンテキストを表します。 このクラスは継承できません。
public ref class BindValidationContext sealed
public sealed class BindValidationContext
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class BindValidationContext
type BindValidationContext = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type BindValidationContext = class
Public NotInheritable Class BindValidationContext
- 継承
-
BindValidationContext
- 属性
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 の
コンストラクター
| 名前 | 説明 |
|---|---|
| BindValidationContext(Type, AccessTypes) |
古い.
BindValidationContext クラスの新しいインスタンスを初期化し、このインスタンスによって表されるバインドのターゲットのTypeとAccessTypesを初期化します。 |
| BindValidationContext(Type) |
古い.
BindValidationContextのターゲットのTypeを初期化しながら、ActivityBind クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Access |
古い.
このインスタンスによって表されるAccessTypesのターゲットのActivityBindを取得します。 |
| TargetType |
古い.
このインスタンスによって表されるTypeのターゲットのActivityBindを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
古い.
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
古い.
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |