NumberFormatAttribute クラス
数値の編集に使用される書式情報を格納します。
継承階層
System.Object
System.Attribute
Microsoft.Windows.Design.PropertyEditing.NumberFormatAttribute
名前空間: Microsoft.Windows.Design.PropertyEditing
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field)> _
Public NotInheritable Class NumberFormatAttribute _
Inherits Attribute _
Implements IIndexableAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NumberFormatAttribute : Attribute,
IIndexableAttribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field)]
public ref class NumberFormatAttribute sealed : public Attribute,
IIndexableAttribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field)>]
type NumberFormatAttribute =
class
inherit Attribute
interface IIndexableAttribute
end
public final class NumberFormatAttribute extends Attribute implements IIndexableAttribute
NumberFormatAttribute 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
NumberFormatAttribute() | NumberFormatAttribute クラスの新しいインスタンスを初期化します。 | |
NumberFormatAttribute(array<KeyAttributePair<NumberFormatAttribute>[]) | 指定された KeyAttributePair<T> インスタンスの配列を使用して、NumberFormatAttribute クラスの新しいインスタンスを初期化します。 | |
NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>) | 指定された書式指定文字列、有効桁数、および小数点以下桁数で NumberFormatAttribute クラスの新しいインスタンスを初期化します。 | |
NumberFormatAttribute(String, Nullable<Int32>, Nullable<Double>, array<KeyAttributePair<NumberFormatAttribute>[]) | 指定された書式指定文字列、有効桁数、小数点以下桁数、および KeyAttributePair<T> インスタンスで NumberFormatAttribute クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
FormatString | 現在の NumberFormatAttribute の数値の書式指定文字列を取得します。 | |
Item | 指定されたキーを持つ NumberFormatAttribute を取得します。 | |
MaxPrecision | 数値エディターによって処理される小数点以下の最大桁数を取得します。 | |
Scale | 数値の表示される値に適用されるスケール ファクターを取得します。 | |
TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 (Attribute から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Equals | 指定された Object が現在の NumberFormatAttribute と等しいかどうかを判断します。 (Attribute.Equals(Object) をオーバーライドします。) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetHashCode | 現在の NumberFormatAttribute のハッシュ コードを返します。 (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 から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。