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

public interface ITestParameter : INotifyPropertyChanged
public interface class ITestParameter : INotifyPropertyChanged
type ITestParameter = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ITestParameter
    Inherits INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty IsDataBound

Gets or sets a value indicating whether this parameter is bound to a field in a data set.

System_CAPS_pubproperty IsOutput

Gets a value indicating whether the parameter is an output parameter.

System_CAPS_pubproperty IsOverridden

Gets or sets a value that indicates whether this parameter overrides the default value of a shared step parameter.

System_CAPS_pubproperty IsReference

Returns a value that indicates whether this parameter is a reference to a parameter in a shared step set.

System_CAPS_pubproperty Name

Gets the name of this parameter.

System_CAPS_pubproperty Tags

Gets a dictionary for holding caller defined metadata.

System_CAPS_pubproperty Value

Gets or sets the value of this parameter.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
ITestStep
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top