ParameterizedString.Item Property
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
'Declaration
Public ReadOnly Default Property Item ( _
pos As Integer _
) As ParameterizedStringPart
public ParameterizedStringPart this[
int pos
] { get; }
public:
property ParameterizedStringPart default[int pos] {
ParameterizedStringPart get (int pos);
}
member Item :
pos:int -> ParameterizedStringPart with get
JScript does not support indexed properties.
Parameters
pos
Type: Int32The index that identifies which part to reference.
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringPart
The parameter part at the given index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.