SPFeaturePropertyCollection.GetEnumerator method
傳回逐一查看集合中的功能屬性的列舉值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetEnumerator As IEnumerator
'用途
Dim instance As SPFeaturePropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
傳回值
Type: System.Collections.IEnumerator
System.Collections.IEnumerator物件。
Implements
請參閱
參照
SPFeaturePropertyCollection class