ITestParameter Interface
Represents a parameter used in a test step.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestParameter _
Inherits INotifyPropertyChanged
public interface ITestParameter : INotifyPropertyChanged
public interface class ITestParameter : INotifyPropertyChanged
type ITestParameter =
interface
interface INotifyPropertyChanged
end
public interface ITestParameter extends INotifyPropertyChanged
The ITestParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDataBound | Gets or sets a value indicating whether this parameter is bound to a field in a data set. | |
IsOutput | Gets a value indicating whether the parameter is an output parameter. | |
IsOverridden | Gets or sets a value that indicates whether this parameter overrides the default value of a shared step parameter. | |
IsReference | Returns a value that indicates whether this parameter is a reference to a parameter in a shared step set. | |
Name | Gets the name of this parameter. | |
Tags | Gets a dictionary for holding caller defined metadata. | |
Value | Gets or sets the value of this parameter. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top