PropertyValidationContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PropertyValidationContext クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| PropertyValidationContext(Object, DependencyProperty) |
PropertyValidationContext クラスの新しいインスタンスを初期化します。 |
| PropertyValidationContext(Object, PropertyInfo, String) |
PropertyValidationContext クラスの新しいインスタンスを初期化します。 |
PropertyValidationContext(Object, DependencyProperty)
PropertyValidationContext クラスの新しいインスタンスを初期化します。
public:
PropertyValidationContext(System::Object ^ propertyOwner, System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public PropertyValidationContext(object propertyOwner, System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
new System.Workflow.ComponentModel.Compiler.PropertyValidationContext : obj * System.Workflow.ComponentModel.DependencyProperty -> System.Workflow.ComponentModel.Compiler.PropertyValidationContext
Public Sub New (propertyOwner As Object, dependencyProperty As DependencyProperty)
パラメーター
- propertyOwner
- Object
プロパティを所有するオブジェクト。
- dependencyProperty
- DependencyProperty
関連付けられている DependencyProperty。
例外
propertyOwner は null 参照です (Visual Basic Nothing)。
適用対象
PropertyValidationContext(Object, PropertyInfo, String)
PropertyValidationContext クラスの新しいインスタンスを初期化します。
public:
PropertyValidationContext(System::Object ^ propertyOwner, System::Reflection::PropertyInfo ^ propertyInfo, System::String ^ propertyName);
public PropertyValidationContext(object propertyOwner, System.Reflection.PropertyInfo propertyInfo, string propertyName);
new System.Workflow.ComponentModel.Compiler.PropertyValidationContext : obj * System.Reflection.PropertyInfo * string -> System.Workflow.ComponentModel.Compiler.PropertyValidationContext
Public Sub New (propertyOwner As Object, propertyInfo As PropertyInfo, propertyName As String)
パラメーター
- propertyOwner
- Object
プロパティを所有するオブジェクト。
- propertyInfo
- PropertyInfo
関連付けられている DependencyProperty。
- propertyName
- String
プロパティの名前。
例外
propertyName は null 参照です (Visual Basic Nothing)。