Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.