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.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | SetProperty(String^, BindingFlags, Object^, array<Object^>^) | Sets a property for a wrapped object identified by name with binding flags. |
![]() | SetProperty(String^, BindingFlags, Object^, array<Type^>^, array<Object^>^) | Sets an indexed property for a wrapped object identified by name. |
![]() | SetProperty(String^, Object^, array<Object^>^) | Sets a property for a wrapped object identified by name. |
![]() | SetProperty(String^, array<Type^>^, Object^, array<Object^>^) | Sets an indexed property for a wrapped object identified by name. |
Show:
