SPFollowableListCollection.GetEnumerator-Methode
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetEnumerator As IEnumerator(Of SPFollowableList)
'Usage
Dim instance As SPFollowableListCollection
Dim returnValue As IEnumerator(Of SPFollowableList)
returnValue = instance.GetEnumerator()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public IEnumerator<SPFollowableList> GetEnumerator()
Rückgabewert
Typ: System.Collections.Generic.IEnumerator<SPFollowableList>
Gibt ein IEnumerable -Objekt zurück.
Implementiert
IEnumerable<T>.GetEnumerator()
Siehe auch
Referenz
SPFollowableListCollection Klasse