ModelMemberCollection<TItemType, TFindType>.GetEnumerator Method
When overridden in a derived class, returns an enumerator to enumerate items.
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 TItemType)
'Usage
Dim instance As ModelMemberCollection
Dim returnValue As IEnumerator(Of TItemType)
returnValue = instance.GetEnumerator()
public abstract IEnumerator<TItemType> GetEnumerator()
public:
virtual IEnumerator<TItemType>^ GetEnumerator() abstract
public abstract function GetEnumerator() : IEnumerator<TItemType>
Return Value
Type: System.Collections.Generic.IEnumerator<TItemType>
An IEnumerator to enumerate items.
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
ModelMemberCollection<TItemType, TFindType> Class
ModelMemberCollection<TItemType, TFindType> Members
Microsoft.Windows.Design.Model Namespace