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::GetStaticArrayElement Method (String^, array<Int32>^)

 

Gets 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:
Object^ GetStaticArrayElement(
	String^ name,
	... array<int>^ indices
)

Parameters

name
Type: System::String^

The name of the array

indices
Type: array<System::Int32>^

An array of subscripts for identifying the element to get.

Return Value

Type: System::Object^

An object that represents an element of name at the location specified with indices.

Return to top
Show: