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