SPFeaturePropertyCollection.GetEnumerator 方法
返回循环访问集合中的功能属性的枚举。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator
用法
Dim instance As SPFeaturePropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
返回值
类型:System.Collections.IEnumerator
一个System.Collections.IEnumerator对象。