NumberFormatAttribute – konstruktor (String, Nullable<Int32>, Nullable<Double>, array<KeyAttributePair<NumberFormatAttribute> )
Inicializuje novou instanci NumberFormatAttribute třídy zadaný formátovací řetězec, přesnost, měřítko a KeyAttributePair<T> instance.
Obor názvů: Microsoft.Windows.Design.PropertyEditing
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
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>[]
)
Parametry
- formatString
Typ: System.String
Řetězec formátu čísla.
- maxPrecision
Typ: System.Nullable<Int32>
Celé číslo, které představuje maximální počet desetinných míst zpracování čísel editor.
- scale
Typ: System.Nullable<Double>
Měřítko použité hodnoty zobrazeného čísla.
- mapArray
Typ: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberFormatAttribute>[]
Pole KeyAttributePair<T> instance.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.