共用方式為


NewItemFactory 類別

更新:2007 年 11 月

表示 Factory,用以建立集合或屬性值的新項目。

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

語法

Public Class NewItemFactory

Dim instance As NewItemFactory
public class NewItemFactory
public ref class NewItemFactory
public class NewItemFactory

備註

協力廠商控制項開發人員可以從這個類別衍生,將項目加入至集合編輯器或子屬性編輯器中的 [加入項目] 下拉式方塊。協力廠商控制項開發人員可以在建立自訂控制項的執行個體時,指定要顯示於集合編輯器和子屬性編輯器中的名稱與影像,進而覆寫預設行為。

繼承階層架構

System.Object
  Microsoft.Windows.Design.PropertyEditing.NewItemFactory

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

NewItemFactory 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性