Construtor NumberRangesAttribute (array<KeyAttributePair<NumberRangesAttribute> )
Inicializa uma nova instância de NumberRangesAttribute classe com o especificado KeyAttributePair<T> instâncias.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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>[]
)
Parâmetros
- mapArray
Tipo: array<Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<NumberRangesAttribute>[]
Uma matriz de KeyAttributePair<T> instâncias.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.