SPFeatureQueryResultCollection.IEnumerator.Current property
取得集合中的Object ,列舉值目前位置。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'用途
Dim instance As SPFeatureQueryResultCollection
Dim value As Object
value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }
Property value
Type: System.Object
集合中目前的位置處的項目。
Implements
請參閱
參照
SPFeatureQueryResultCollection class