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::GetEnumerator Method ()

 

Returns an enumerator that iterates through the parameter parts collection of this parameterized string.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
virtual IEnumerator<ParameterizedStringPart>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<ParameterizedStringPart>^

An enumerator that iterates through a collection.

Return to top
Show: