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::Invoke Method (String^, array<Object^>^)
Used to access the members of the private object.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- name
-
Type:
System::String^
The name of the member to invoke.
- args
-
Type:
array<System::Object^>^
Any arguments that the member requires.
If the private member does not return a reference or value, then this method will not return an object.
Show: