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.

PrivateType::SetStaticArrayElement Method (String^, Object^, array<Int32>^)

 

Sets a static array element contained in the wrapped type.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
void SetStaticArrayElement(
	String^ name,
	Object^ value,
	... array<int>^ indices
)

Parameters

name
Type: System::String^

The name of the array

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.

Return to top
Show: