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