PropertyValueCollection.GetEnumerator Method
When overridden in a derived class, returns a strongly typed IEnumerator for the collection of PropertyValue objects.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyValue)
'Usage
Dim instance As PropertyValueCollection
Dim returnValue As IEnumerator(Of PropertyValue)
returnValue = instance.GetEnumerator()
public abstract IEnumerator<PropertyValue> GetEnumerator()
public:
virtual IEnumerator<PropertyValue^>^ GetEnumerator() abstract
public abstract function GetEnumerator() : IEnumerator<PropertyValue>
Return Value
Type: System.Collections.Generic.IEnumerator<PropertyValue>
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
PropertyValueCollection Members
Microsoft.Windows.Design.PropertyEditing Namespace