Costruttore NumberRangesAttribute (array<KeyAttributePair<NumberRangesAttribute> )
Inizializza una nuova istanza della classe NumberRangesAttribute con le istanze di KeyAttributePair<T> specificate.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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>[]
)
Parametri
- mapArray
Tipo: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberRangesAttribute>[]
Matrice di istanze di KeyAttributePair<T>.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.