다음을 통해 공유


SharedFieldCollection.GetEnumerator Method

Returns an enumerator that can be used to iterate through the SharedFieldCollection instance.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As SharedFieldCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
An enumerator that can be used to iterate through the SharedFieldCollection instance.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

SharedFieldCollection Class

SharedFieldCollection Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace