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