NumberFormatAttribute – konstruktor (array<KeyAttributePair<NumberFormatAttribute> )
Inicializuje novou instanci NumberFormatAttribute třídy zadané pole s 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 ( _
mapArray As KeyAttributePair(Of NumberFormatAttribute)() _
)
public NumberFormatAttribute(
KeyAttributePair<NumberFormatAttribute>[] mapArray
)
public:
NumberFormatAttribute(
array<KeyAttributePair<NumberFormatAttribute^>>^ mapArray
)
new :
mapArray:KeyAttributePair<NumberFormatAttribute>[] -> NumberFormatAttribute
public function NumberFormatAttribute(
mapArray : KeyAttributePair<NumberFormatAttribute>[]
)
Parametry
- 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.