SPBlockedSolutionCollection.IEnumerable.GetEnumerator 方法
返回此集合中的已阻止解决方案的枚举器。
命名空间: Microsoft.SharePoint.UserCode
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
用法
Dim instance As SPBlockedSolutionCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
IEnumeratorIEnumerable.GetEnumerator()
返回值
类型:System.Collections.IEnumerator
一个枚举,用于循环访问被阻止的解决方案。