Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parameter part at the given index of the list of parts.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public ParameterizedStringPart this[
int pos
] { get; }
public:
property ParameterizedStringPart default[
int pos
] {
ParameterizedStringPart get(int pos);
}
member Item :
pos:int -> ParameterizedStringPart with get
Public ReadOnly Property Item (
pos As Integer
) As ParameterizedStringPart
Parameters
pos
Type: System.Int32The index that identifies which part to reference.
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringPart
The parameter part at the given index.
See Also
ParameterizedStringPart
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top