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

 

Gets 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_pubmethodGetProperty(String^, BindingFlags, array<Object^>^)

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

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

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

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

Gets a property for a wrapped object identified by name.

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

Gets a property for a wrapped object identified by name.

Return to top
Show: