PropertyValidationContext コンストラクター

定義

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

適用対象