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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.