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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyValue)
public abstract IEnumerator<PropertyValue> GetEnumerator()
public:
virtual IEnumerator<PropertyValue^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyValue>
public abstract function GetEnumerator() : IEnumerator<PropertyValue>
Return Value
Type: System.Collections.Generic.IEnumerator<PropertyValue>
An enumeration of PropertyValue objects.
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