次の方法で共有


PropertyCollection.IEnumerable.GetEnumerator method

Gets an enumeration of properties in this collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As PropertyCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An enumeration of properties in this collection.

Implements

IEnumerable.GetEnumerator()

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.SharePoint.BusinessData.Administration namespace