NumberFormatAttribute (Constructor) (String, Nullable<Int32>, Nullable<Double>, array<KeyAttributePair<NumberFormatAttribute> )
Inicializa una nueva instancia de la clase NumberFormatAttribute con el formato de cadena, la precisión, la escala y las instancias de KeyAttributePair<T> especificados.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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>[]
)
Parámetros
- formatString
Tipo: System.String
Cadena de formato de número.
- maxPrecision
Tipo: System.Nullable<Int32>
Un entero que representa el número máximo de posiciones decimales controladas por el editor de números.
- scale
Tipo: System.Nullable<Double>
Un factor de escala que se aplica al valor mostrado del número.
- mapArray
Tipo: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberFormatAttribute>[]
Una matriz de instancias de KeyAttributePair<T>.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
NumberFormatAttribute (Sobrecarga)
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)