Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
ITestVariableValue CreateVariableValue(
string value
)
ITestVariableValue^ CreateVariableValue(
String^ value
)
abstract CreateVariableValue :
value:string -> ITestVariableValue
Function CreateVariableValue (
value As String
) As ITestVariableValue
Parameters
value
Type: System.StringAn ITestVariable object.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestVariableValue
A test variable value object.
Remarks
After it is created, this object must be added to ITestVariable.AllowedValues collection.
See Also
ITestVariableValue
ITestVariable
ITestVariableHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top