Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a possible value for a test variable.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestVariableValue _
Inherits IDataErrorInfo
public interface ITestVariableValue : IDataErrorInfo
public interface class ITestVariableValue : IDataErrorInfo
type ITestVariableValue =
interface
interface IDataErrorInfo
end
public interface ITestVariableValue extends IDataErrorInfo
The ITestVariableValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) |
![]() |
Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) |
![]() |
Value | Gets or sets the value of the associated test variable. |
Top
.gif)