共用方式為


PropertyValueCollection.IEnumerable.GetEnumerator 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

如需這個成員的說明,請參閱 IEnumerable.GetEnumerator

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

語法

'宣告
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator 
private override GetEnumerator : unit -> IEnumerator 
JScript 不支援明確介面實作。

傳回值

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

實作

IEnumerable.GetEnumerator()

備註

這個成員是明確介面成員實作, 只有在 PropertyValueCollection 執行個體轉換成 IEnumerable 介面時,才能使用這個成員。

.NET Framework 安全性

請參閱

參考

PropertyValueCollection 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構