PropertyEntryCollection.GetEnumerator Method
When overridden in a derived class, returns an IEnumerator of all the PropertyEntry instances in this collection.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyEntry)
public abstract IEnumerator<PropertyEntry> GetEnumerator()
public:
virtual IEnumerator<PropertyEntry^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyEntry>
public abstract function GetEnumerator() : IEnumerator<PropertyEntry>
Return Value
Type: System.Collections.Generic.IEnumerator<PropertyEntry>
An IEnumerator object that can be used to iterate through the collection.
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.PropertyEditing Namespace