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 (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyEntry)
'Usage
Dim instance As PropertyEntryCollection
Dim returnValue As IEnumerator(Of PropertyEntry)
returnValue = instance.GetEnumerator()
public abstract IEnumerator<PropertyEntry> GetEnumerator()
public:
virtual IEnumerator<PropertyEntry^>^ GetEnumerator() abstract
public abstract function GetEnumerator() : IEnumerator<PropertyEntry>
Return Value
Type: System.Collections.Generic.IEnumerator<PropertyEntry>
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
PropertyEntryCollection Members
Microsoft.Windows.Design.PropertyEditing Namespace