Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, returns an enumerator for the items in the collection.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of ModelItem)
'Usage
Dim instance As ModelItemCollection
Dim returnValue As IEnumerator(Of ModelItem)
returnValue = instance.GetEnumerator()
public abstract IEnumerator<ModelItem> GetEnumerator()
public:
virtual IEnumerator<ModelItem^>^ GetEnumerator() abstract
public abstract function GetEnumerator() : IEnumerator<ModelItem>
Return Value
Type: System.Collections.Generic.IEnumerator<ModelItem>
An IEnumerator that can act as an enumerator for the items in this dictionary.
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.Model Namespace