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
) です。
適用対象
.NET