Common.FieldSetArray(Int32, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void FieldSetArray(int arrayIndex, System::Object ^ value, int fieldIndex);
public void FieldSetArray (int arrayIndex, object value, int fieldIndex);
member this.FieldSetArray : int * obj * int -> unit
Public Sub FieldSetArray (arrayIndex As Integer, value As Object, fieldIndex As Integer)
Parameters
- arrayIndex
- Int32
- value
- Object
- fieldIndex
- Int32