共用方式為


PropertyValueCollection.GetEnumerator 方法

在衍生類別中覆寫時,傳回 PropertyValue 物件集合的強型別 IEnumerator

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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>

傳回值

型別:System.Collections.Generic.IEnumerator<PropertyValue>
PropertyValue 物件的列舉型別。

實作

IEnumerable<T>.GetEnumerator()

.NET Framework 安全性

請參閱

參考

PropertyValueCollection 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構