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.
PrivateType::SetStaticArrayElement Method (String^, BindingFlags, Object^, array<Int32>^)
Sets a static array element contained in the wrapped type.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public: void SetStaticArrayElement( String^ name, BindingFlags bindingFlags, Object^ value, ... array<int>^ indices )
Parameters
- name
-
Type:
System::String^
The name of the array
- invokeAttr
A bitmask comprised of one or more BindingFlags that specifies how the search for the element is conducted.
- value
-
Type:
System::Object^
The value to set the element identified by indices.
- indices
-
Type:
array<System::Int32>^
An array of subscripts for identifying the element to set.
Show: