WizardDesigner.ResetTemplate(String, IComponent, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the specified template to its default value.
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)
Parameters
- description
- String
A description of the effect of allowing the transaction to complete, which is used by the design host to give the user an opportunity to cancel the operation.
- component
- IComponent
The Wizard control associated with this designer.
- templateName
- String
The name of the template to reset.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.