ServiceManager.GetEnumerator Method
When overridden in a derived class, retrieves an enumerator of the published services of this ServiceManager.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of Type)
public abstract IEnumerator<Type> GetEnumerator()
public:
virtual IEnumerator<Type^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<Type>
public abstract function GetEnumerator() : IEnumerator<Type>
Return Value
Type: System.Collections.Generic.IEnumerator<Type>
An enumeration of published services.
Implements
IEnumerable<T>.GetEnumerator()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace