Share via


AllowedContentTypeCollection.IEnumerable<SPContentTypeId>.GetEnumerator method

Gets the enumerator.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of SPContentTypeId)
    Implements IEnumerable(Of SPContentTypeId).GetEnumerator
'Usage
Dim instance As AllowedContentTypeCollection
Dim returnValue As IEnumerator(Of SPContentTypeId)

returnValue = CType(instance, IEnumerable(Of SPContentTypeId)).GetEnumerator()
IEnumerator<SPContentTypeId> IEnumerable<SPContentTypeId>.GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<SPContentTypeId>
Returns IEnumerator<T>.

Implements

IEnumerable<T>.GetEnumerator()

See also

Reference

AllowedContentTypeCollection class

AllowedContentTypeCollection members

Microsoft.Office.DocumentManagement.DocumentSets namespace