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.
Gets the enumerator to enumerate through the collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of LocalizedName)
'Usage
Dim instance As LocalizedNameCollection
Dim returnValue As IEnumerator(Of LocalizedName)
returnValue = instance.GetEnumerator()
public IEnumerator<LocalizedName> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<LocalizedName>
An IEnumerator object.
Implements
IEnumerable<T>.GetEnumerator()