CreationTool 類別
更新:2007 年 11 月
用來在設計工具上建立新物件執行個體 (Instance) 的工具。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
Public Class CreationTool _
Inherits Tool
Dim instance As CreationTool
public class CreationTool : Tool
public ref class CreationTool : public Tool
public class CreationTool extends Tool
備註
若要使用 CreationTool 類別,請建立該類別並將 CreationType 屬性設定為您要建立的型別。若要撰寫使用 CreationTool 的工作,請在編輯內容中擷取這個工作,然後使用 NewItemFactory 和 ItemParent 類別來建立型別為 CreationType 的項目。
繼承階層架構
System.Object
Microsoft.Windows.Design.ContextItem
Microsoft.Windows.Design.Interaction.Tool
Microsoft.Windows.Design.Interaction.CreationTool
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間