SPSiteSubscriptionPropertyCollection.IEnumerable.GetEnumerator-Methode
Gibt einen Enumerator für die Eigenschaftenauflistung zurück.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Rückgabewert
Typ: System.Collections.IEnumerator
Ein Enumerator, der die Eigenschaftensammlung durchläuft.
Implementiert
Siehe auch
Referenz
SPSiteSubscriptionPropertyCollection Klasse