WizardDesigner.ConvertToTemplate(String, IComponent, String, String[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將所選取的控制項轉換成相關聯控制項中的樣板。
protected:
void ConvertToTemplate(System::String ^ description, System::ComponentModel::IComponent ^ component, System::String ^ templateName, cli::array <System::String ^> ^ keys);
protected void ConvertToTemplate (string description, System.ComponentModel.IComponent component, string templateName, string[] keys);
member this.ConvertToTemplate : string * System.ComponentModel.IComponent * string * string[] -> unit
Protected Sub ConvertToTemplate (description As String, component As IComponent, templateName As String, keys As String())
參數
- description
- String
允許交易完成的效果描述,由設計主應用程式用於向使用者提供取消作業的機會。
- component
- IComponent
與這個設計工具相關聯的精靈控制項。
- templateName
- String
要轉換成的樣板名稱。
- keys
- String[]
要包含在樣板中之控制項的 ID 陣列。