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

 

Sets a property for a wrapped object identified by name.

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

public:
void SetProperty(
	String^ name,
	Object^ value,
	... array<Object^>^ args
)

Parameters

name
Type: System::String^

The name of property to invoke.

value
Type: System::Object^

The value to set the property identified by name.

args
Type: array<System::Object^>^

An array that contains the arguments to pass to the property to invoke.

Exception Condition
ArgumentException

name is null or empty.

Return to top
Show: