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.

PrivateObject::SetProperty Method

 

Sets the value of the property of the wrapped object.

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

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

Sets a property for a wrapped object identified by name with binding flags.

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

Sets an indexed property for a wrapped object identified by name.

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

Sets a property for a wrapped object identified by name.

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

Sets an indexed property for a wrapped object identified by name.

Return to top
Show: