NumberRangesAttribute, constructeur (array<KeyAttributePair<NumberRangesAttribute> )
Initialise une nouvelle instance de la classe NumberRangesAttribute avec les instances KeyAttributePair<T> spécifiées.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
mapArray As KeyAttributePair(Of NumberRangesAttribute)() _
)
public NumberRangesAttribute(
KeyAttributePair<NumberRangesAttribute>[] mapArray
)
public:
NumberRangesAttribute(
array<KeyAttributePair<NumberRangesAttribute^>>^ mapArray
)
new :
mapArray:KeyAttributePair<NumberRangesAttribute>[] -> NumberRangesAttribute
public function NumberRangesAttribute(
mapArray : KeyAttributePair<NumberRangesAttribute>[]
)
Paramètres
- mapArray
Type : array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberRangesAttribute>[]
Tableau d'instances KeyAttributePair<T>.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.