Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParameterizedString::Item Property (Int32)

 

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)

public:
property ParameterizedStringPart default[
	int pos
] {
	ParameterizedStringPart get(int pos);
}

Parameters

pos
Type: System::Int32

The index that identifies which part to reference.

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ParameterizedStringPart

The parameter part at the given index.

Return to top
Show: