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.
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)
Syntax
public IEnumerator<ParameterizedStringPart> GetEnumerator()
public:
virtual IEnumerator<ParameterizedStringPart>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ParameterizedStringPart>
override GetEnumerator : unit -> IEnumerator<ParameterizedStringPart>
Public Function GetEnumerator As IEnumerator(Of ParameterizedStringPart)
Return Value
Type: System.Collections.Generic.IEnumerator<ParameterizedStringPart>
An enumerator that iterates through a collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top