LocationConfigurationCollection.IEnumerable.GetEnumerator-Methode
Gibt einen Enumerator, der die Auflistung durchläuft.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As LocationConfigurationCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Rückgabewert
Typ: System.Collections.IEnumerator
Implementiert
Siehe auch
Referenz
LocationConfigurationCollection Klasse