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.

ITestVariableHelper::CreateVariableValue Method (String^)

 

Creates a test value object for the provided test variable object.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestVariableValue^ CreateVariableValue(
	String^ value
)

Parameters

value
Type: System::String^

An ITestVariable object.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestVariableValue^

A test variable value object.

After it is created, this object must be added to ITestVariable::AllowedValues collection.

Return to top
Show: