次の方法で共有


NumberFormatAttribute コンストラクター (String, Nullable<Int32>, Nullable<Double>, array<KeyAttributePair<NumberFormatAttribute> )

指定された書式指定文字列、有効桁数、小数点以下桁数、および KeyAttributePair<T> インスタンスで NumberFormatAttribute クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    formatString As String, _
    maxPrecision As Nullable(Of Integer), _
    scale As Nullable(Of Double), _
    mapArray As KeyAttributePair(Of NumberFormatAttribute)() _
)
public NumberFormatAttribute(
    string formatString,
    Nullable<int> maxPrecision,
    Nullable<double> scale,
    KeyAttributePair<NumberFormatAttribute>[] mapArray
)
public:
NumberFormatAttribute(
    String^ formatString, 
    Nullable<int> maxPrecision, 
    Nullable<double> scale, 
    array<KeyAttributePair<NumberFormatAttribute^>>^ mapArray
)
new : 
        formatString:string * 
        maxPrecision:Nullable<int> * 
        scale:Nullable<float> * 
        mapArray:KeyAttributePair<NumberFormatAttribute>[] -> NumberFormatAttribute
public function NumberFormatAttribute(
    formatString : String, 
    maxPrecision : Nullable<int>, 
    scale : Nullable<double>, 
    mapArray : KeyAttributePair<NumberFormatAttribute>[]
)

パラメーター

  • formatString
    型: System.String
    数値の書式指定文字列。
  • maxPrecision
    型: System.Nullable<Int32>
    数値エディターによって処理される小数部の最大桁数を表す整数。
  • scale
    型: System.Nullable<Double>
    数値の表示される値に適用されるスケール ファクター。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

NumberFormatAttribute クラス

NumberFormatAttribute オーバーロード

Microsoft.Windows.Design.PropertyEditing 名前空間