Common.FieldSetNumArray(Int32, Int32, Object) 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 FieldSetNumArray(int fieldIndex, int arrayIndex, System::Object ^ value);
public void FieldSetNumArray (int fieldIndex, int arrayIndex, object value);
member this.FieldSetNumArray : int * int * obj -> unit
Public Sub FieldSetNumArray (fieldIndex As Integer, arrayIndex As Integer, value As Object)
Parameters
- fieldIndex
- Int32
- arrayIndex
- Int32
- value
- Object