NumberRangesAttribute クラス

数値ベースの属性の範囲を定義します。

継承階層

System.Object
  System.Attribute
    Microsoft.Windows.Design.PropertyEditing.NumberRangesAttribute

名前空間:  Microsoft.Windows.Design.PropertyEditing
アセンブリ:  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field)> _
Public NotInheritable Class NumberRangesAttribute _
    Inherits Attribute _
    Implements IIndexableAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NumberRangesAttribute : Attribute, 
    IIndexableAttribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field)]
public ref class NumberRangesAttribute sealed : public Attribute, 
    IIndexableAttribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field)>]
type NumberRangesAttribute =  
    class
        inherit Attribute
        interface IIndexableAttribute
    end
public final class NumberRangesAttribute extends Attribute implements IIndexableAttribute

NumberRangesAttribute 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド NumberRangesAttribute() NumberRangesAttribute クラスの新しいインスタンスを初期化します。
パブリック メソッド NumberRangesAttribute(array<KeyAttributePair<NumberRangesAttribute>[]) 指定された KeyAttributePair<T> インスタンスを使用して、NumberRangesAttribute クラスの新しいインスタンスを初期化します。
パブリック メソッド NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>) 指定されたハード制限およびソフト制限の値を使用して、NumberRangesAttribute クラスの新しいインスタンスを初期化します。
パブリック メソッド NumberRangesAttribute(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, array<KeyAttributePair<NumberRangesAttribute>[]) NumberRangesAttribute クラスの新しいインスタンスを初期化します。

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ CanBeAuto 範囲を自動的に設定できるかどうかを示す値を取得します。
パブリック プロパティ HardMaximum 最大値のハード制限を取得します。
パブリック プロパティ HardMinimum 最小値のハード制限を取得します。
パブリック プロパティ Item 指定されたキーを持つ NumberRangesAttribute を取得します。
パブリック プロパティ Maximum 最大値のソフト リミットを取得します。
パブリック プロパティ Minimum 最小値のソフト制限を取得します。
パブリック プロパティ TypeId 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 (Attribute から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定された Object が現在の NumberRangesAttribute と等しいかどうかを判断します。 (Attribute.Equals(Object) をオーバーライドします。)
プロテクト メソッド Finalize オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。)
パブリック メソッド GetHashCode 現在の NumberRangesAttribute のハッシュ コードを返します。 (Attribute.GetHashCode() をオーバーライドします。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド IsDefaultAttribute 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。)
パブリック メソッド Match 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。)
プロテクト メソッド MemberwiseClone 現在の Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

明示的インターフェイスの実装

  名前 説明
明示的なインターフェイス実装プライベート メソッド _Attribute.GetIDsOfNames 名前のセットを対応するディスパッチ識別子のセットにマッピングします。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド _Attribute.GetTypeInfo オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド _Attribute.GetTypeInfoCount オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。 (Attribute から継承されます。)
明示的なインターフェイス実装プライベート メソッド _Attribute.Invoke オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。 (Attribute から継承されます。)

このページのトップへ

解説

NumberRangesAttribute では、ハード制限とソフト制限に異なる値を設定できます。 ソフト制限では値を簡単に設定できますが、ハード制限を設定する場合はより注意が必要です。 たとえば、色の要素の値を操作するときに、有効値を指定しても色が色域を逸脱する場合があります。

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

Microsoft.Windows.Design.PropertyEditing 名前空間