ParameterizedStringPart Constructor (String, Boolean)
Initializes a new instance of the ParameterizedStringPart class by using the provided parameter name and an indication of whether to ignore the value.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public ParameterizedStringPart(
string parameterName,
bool ignoreValue
)
public:
ParameterizedStringPart(
String^ parameterName,
bool ignoreValue
)
new :
parameterName:string *
ignoreValue:bool -> ParameterizedStringPart
Public Sub New (
parameterName As String,
ignoreValue As Boolean
)
Parameters
parameterName
Type: System.StringThe name of the parameter.
ignoreValue
Type: System.Booleantrue to ignore the value; otherwise, false.
See Also
ParameterizedStringPart Overload
ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top