SPFollowableListCollection.GetEnumerator 方法
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetEnumerator As IEnumerator(Of SPFollowableList)
用法
Dim instance As SPFollowableListCollection
Dim returnValue As IEnumerator(Of SPFollowableList)
returnValue = instance.GetEnumerator()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public IEnumerator<SPFollowableList> GetEnumerator()
返回值
类型:System.Collections.Generic.IEnumerator<SPFollowableList>
返回一个IEnumerable对象。
实现
IEnumerable<T>.GetEnumerator()