Método ITestVariableHelper.CreateVariableValue
Cria um objeto de valor de teste para o objeto de variável de teste fornecido.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function CreateVariableValue ( _
value As String _
) As ITestVariableValue
ITestVariableValue CreateVariableValue(
string value
)
ITestVariableValue^ CreateVariableValue(
String^ value
)
abstract CreateVariableValue :
value:string -> ITestVariableValue
function CreateVariableValue(
value : String
) : ITestVariableValue
Parâmetros
- value
Tipo: System.String
Um objeto ITestVariable.
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestVariableValue
Um objeto de valor da variável de teste.
Comentários
Depois de criado, este objeto deve ser adicionado à ITestVariable.AllowedValues coleção.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.