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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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.
Show: