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::SetStaticProperty Method

 

Sets a static property contained in the wrapped type.

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

NameDescription
System_CAPS_pubmethodSetStaticProperty(String^, BindingFlags, Object^, array<Object^>^)

Sets a static property contained in the wrapped type.

System_CAPS_pubmethodSetStaticProperty(String^, BindingFlags, Object^, array<Type^>^, array<Object^>^)

Sets a static property contained in the wrapped type.

System_CAPS_pubmethodSetStaticProperty(String^, Object^, array<Object^>^)

Sets a static property contained in the wrapped type.

System_CAPS_pubmethodSetStaticProperty(String^, Object^, array<Type^>^, array<Object^>^)

Sets a static property contained in the wrapped type.

Return to top
Show: