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

 

Gets a static property contained in the wrapped type.

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

public:
Object^ GetStaticProperty(
	String^ name,
	... array<Object^>^ args
)

Parameters

name
Type: System::String^

The name of the static property.

args
Type: array<System::Object^>^

An array that contains the arguments to pass to the member to invoke.

Return Value

Type: System::Object^

An object that represents the value of the static property.

Return to top
Show: