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