Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Array::SetValue Method

 

Sets the specified element in the current Array to the specified value.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSetValue(Object^, Int32)

Sets a value to the element at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer.

System_CAPS_pubmethodSetValue(Object^, Int32, Int32)

Sets a value to the element at the specified position in the two-dimensional Array. The indexes are specified as 32-bit integers.

System_CAPS_pubmethodSetValue(Object^, Int32, Int32, Int32)

Sets a value to the element at the specified position in the three-dimensional Array. The indexes are specified as 32-bit integers.

System_CAPS_pubmethodSetValue(Object^, array<Int32>^)

Sets a value to the element at the specified position in the multidimensional Array. The indexes are specified as an array of 32-bit integers.

System_CAPS_pubmethodSetValue(Object^, Int64)

Sets a value to the element at the specified position in the one-dimensional Array. The index is specified as a 64-bit integer.

System_CAPS_pubmethodSetValue(Object^, Int64, Int64)

Sets a value to the element at the specified position in the two-dimensional Array. The indexes are specified as 64-bit integers.

System_CAPS_pubmethodSetValue(Object^, Int64, Int64, Int64)

Sets a value to the element at the specified position in the three-dimensional Array. The indexes are specified as 64-bit integers.

System_CAPS_pubmethodSetValue(Object^, array<Int64>^)

Sets a value to the element at the specified position in the multidimensional Array. The indexes are specified as an array of 64-bit integers.

Return to top
Show:
© 2017 Microsoft