PropertyEntryCollection.GetEnumerator 方法

在派生类中重写时,返回此集合中所有 PropertyEntry 实例的 IEnumerator

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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>

返回值

类型:System.Collections.Generic.IEnumerator<PropertyEntry>
一个可用于循环访问集合的 IEnumerator 对象。

实现

IEnumerable<T>.GetEnumerator()

.NET Framework 安全性

请参见

参考

PropertyEntryCollection 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构