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
Public property IsDataBound Gets or sets a value indicating whether this parameter is bound to a field in a data set.
Public property IsOutput Gets a value indicating whether the parameter is an output parameter.
Public property IsOverridden Gets or sets a value that indicates whether this parameter overrides the default value of a shared step parameter.
Public property IsReference Returns a value that indicates whether this parameter is a reference to a parameter in a shared step set.
Public property Name Gets the name of this parameter.
Public property Tags Gets a dictionary for holding caller defined metadata.
Public property Value Gets or sets the value of this parameter.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

INotifyPropertyChanged

ITestStep