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)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ParameterizedStringPart)
public IEnumerator<ParameterizedStringPart> GetEnumerator()
public:
virtual IEnumerator<ParameterizedStringPart>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ParameterizedStringPart>
override GetEnumerator : unit -> IEnumerator<ParameterizedStringPart>
public final function GetEnumerator() : IEnumerator<ParameterizedStringPart>
Return Value
Type: IEnumerator<ParameterizedStringPart>
An enumerator that iterates through a collection.
Implements
IEnumerable.GetEnumerator
.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.