PropertyValidationContext クラス

定義

注意事項

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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

コンストラクター

名前 説明
PropertyValidationContext(Object, DependencyProperty)
古い.

PropertyValidationContext クラスの新しいインスタンスを初期化します。

PropertyValidationContext(Object, PropertyInfo, String)
古い.

PropertyValidationContext クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Property
古い.

このインスタンスに関連付けられている DependencyPropertyObject として取得します。

PropertyName
古い.

このインスタンスに関連付けられているプロパティ名を取得します。

PropertyOwner
古い.

このインスタンスに関連付けられているプロパティを所有する Object を取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象