バージョン

ValueConstraint クラス メンバ

ValueConstraintデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタValueConstraint コンストラクタ制限なしで ValueConstraint クラスの新しいインスタンスを作成します。  
トップ
パブリック フィールド
 名前解説
Public フィールドstatic (Shared in Visual Basic)EnumerationPropertyEnumeration 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)FixedValuePropertyFixedValue 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MaxExclusivePropertyMaxExclusive 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MaxInclusivePropertyMaxInclusive 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MaxLengthPropertyMaxLength 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MinExclusivePropertyMinExclusive 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MinInclusivePropertyMinInclusive 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)MinLengthPropertyMinLength 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)NullablePropertyNullable 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)RegexPatternPropertyRegexPattern 依存プロパティを識別します。  
Public フィールドstatic (Shared in Visual Basic)ValidateAsTypePropertyValidateAsType 依存プロパティを識別します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティCanFreezeGets a value that indicates whether the object can be made unmodifiable. System.Windows.Freezableから継承されます。
Public プロパティDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。
Public プロパティDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。
Public プロパティEnumeration値オプションのリストを含む、System.Collections.IEnumerable を実装しているオブジェクトを取得または設定します。このプロパティはデフォルトで null(Nothing)に設定されています。  
Public プロパティFixedValue制約値が等しくなければならない値を取得または設定します。  
Public プロパティHasAnyConstraintsこのオブジェクトにいずれかの制約プロパティが設定されている場合、またはValidateAsTypeプロパティが"Unknown"以外に設定されている場合、Trueを返します。  
Public プロパティHasEnumerationEnumeration リストが null でない場合、True を返します。  
Public プロパティHasFixedValueFixedValue プロパティが null(Nothing)でない場合、True を返します。  
Public プロパティHasMaxExclusiveMaxExclusive プロパティが null(Nothing)でない場合、True を返します。  
Public プロパティHasMaxInclusiveMaxInclusive プロパティが null(Nothing)でない場合、True を返します。  
Public プロパティHasMaxLengthMaxLength プロパティの値が0より大きい場合、True を返します。  
Public プロパティHasMinExclusiveMinExclusive プロパティが null(Nothing)でない場合、True を返します。  
Public プロパティHasMinInclusiveMinInclusive プロパティが null(Nothing)でない場合、True を返します。  
Public プロパティHasMinLengthMinLength プロパティの値が0より大きい場合、True を返します。  
Public プロパティHasNullableNullable プロパティがデフォルト以外の値を返す場合、True を返します。  
Public プロパティHasRegexPatternRegexPattern が null(Nothing)でない場合、True を返します。  
Public プロパティIsFrozenGets a value that indicates whether the object is currently modifiable. System.Windows.Freezableから継承されます。
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティMaxExclusiveそれよりも小さいデータ値を制限する値を取得または設定します。  
Public プロパティMaxInclusive制約値で許容される最大値を取得または設定します。  
Public プロパティMaxLength制約値で許容される最大の長さ(指定された値を含む)を取得または設定します。この制約は"string"型の値に適用されます。デフォルト値は0で、制限がないことを意味します。  
Public プロパティMinExclusiveそれよりも大きいデータ値を制限する値を取得または設定します。  
Public プロパティMinInclusive制約値で許容される最小値を取得または設定します。  
Public プロパティMinLength制約値で許容される最小の長さ(指定された値を含む)を取得または設定します。この制約は"string"型の値に適用されます。デフォルト値は 0 で、最小の長さ制限がないことを意味します。  
Public プロパティNullable制約値でnull(Nothing)が許容されるかどうかを示すフラグを取得または設定します。このプロパティのデフォルト値は、null 値が許可される null です。  
Public プロパティRegexPattern制約値が一致する必要がある正規表現を取得または設定します。  
Public プロパティValidateAsTypeValidate(Object,Type) メソッドで入力値の制約に使用される ValidateAsType 値を取得または設定します。デフォルトで、この値は Unknown (不明) に設定されます。  
トップ
パブリック メソッド
 名前解説
Public メソッドClearValueオーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドCloneCreates a modifiable clone of the System.Windows.Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. System.Windows.Freezableから継承されます。
Public メソッドCloneCurrentValueCreates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. System.Windows.Freezableから継承されます。
Public メソッドCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドEquals System.Windows.DependencyObjectから継承されます。
Public メソッドFreezeMakes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. System.Windows.Freezableから継承されます。
Public メソッドGetAsFrozenCreates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。
Public メソッドGetCurrentValueAsFrozenCreates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。
Public メソッドGetHashCodeGets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドstatic (Shared in Visual Basic)GetTypeFromValidateAsTypeValidateAsType 引数に対応する System.Type オブジェクトを返します。  
Public メソッドstatic (Shared in Visual Basic)GetValidateAsTypeFromTypeSystem.Type 引数を表す ValidateAsType 値を返します。  
Public メソッドGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドInitializeFromオーバーロードされます。 引数の状態をこのオブジェクトにコピーします。  
Public メソッドInvalidateProperty System.Windows.DependencyObjectから継承されます。
Public メソッドMergeオーバーロードされます。 制約設定をソースの ValueConstraint からターゲット(このメソッドが呼び出されたインスタンス)にコピーします。ターゲットでデフォルト値を持つ制約設定のみにソースからの値が割り当てられます。'constraintFlags' フラグ引数によって指定された制約設定のみがコピーされます。このメソッドでは ValidateAsType プロパティはコピーされません。  
Public メソッドReadLocalValueReturns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。
Public メソッドResetオーバーロードされます。 このオブジェクトの、"constraintFlags"ビットフラグ引数で指定されたすべての制約設定を、初期状態(未設定の状態)にリセットします。このメソッドでは ValidateAsType プロパティはリセットされません。  
Public メソッドSetCurrentValue System.Windows.DependencyObjectから継承されます。
Public メソッドSetValueオーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドValidateオーバーロードされます。 引数が、現在の制約設定に関して有効と見なされる場合、True を返します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドCloneCoreMakes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. System.Windows.Freezableから継承されます。
Protected メソッドCloneCurrentValueCoreMakes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. System.Windows.Freezableから継承されます。
Protected メソッドCreateInstanceInitializes a new instance of the System.Windows.Freezable class. System.Windows.Freezableから継承されます。
Protected メソッドCreateInstanceCoreオーバーライドされます。 ValueConstraint の新しいインスタンスを作成します。  
Protected メソッドFreezeCoreオーバーライドされます。   
Protected メソッドGetAsFrozenCoreMakes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. System.Windows.Freezableから継承されます。
Protected メソッドGetCurrentValueAsFrozenCoreMakes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. System.Windows.Freezableから継承されます。
Protected メソッドOnChangedCalled when the current System.Windows.Freezable object is modified. System.Windows.Freezableから継承されます。
Protected メソッドOnFreezablePropertyChangedオーバーロードされます。 Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. System.Windows.Freezableから継承されます。
Protected メソッドOnPropertyChanged(DependencyPropertyChangedEventArgs)Overrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. System.Windows.Freezableから継承されます。
Protected メソッドReadPreambleEnsures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. System.Windows.Freezableから継承されます。
Protected Internal メソッドShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。
Protected メソッドWritePostscriptRaises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. System.Windows.Freezableから継承されます。
Protected メソッドWritePreambleVerifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. System.Windows.Freezableから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントChangedOccurs when the System.Windows.Freezable or an object it contains is modified. System.Windows.Freezableから継承されます。
Public イベントPropertyChangedプロパティの値を変更するときに発生されます。  
トップ
参照