C# Class NetFx.Templates.Projects.OpenSource.Extension.ExtensionInformationWizard

Prompts for and populates the extension information replacement dictionary.
Inheritance: IWizard
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
BeforeOpeningFile ( ProjectItem projectItem ) : void
ProjectFinishedGenerating ( Project project ) : void
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void

Runs custom wizard logic at the beginning of a template wizard run.

ShouldAddProjectItem ( string filePath ) : bool

Private Methods

Méthode Description
Backout ( string message ) : void
TraverseUp ( DirectoryInfo dir ) : IEnumerable

Method Details

BeforeOpeningFile() public méthode

public BeforeOpeningFile ( ProjectItem projectItem ) : void
projectItem ProjectItem
Résultat void

ProjectFinishedGenerating() public méthode

public ProjectFinishedGenerating ( Project project ) : void
project Project
Résultat void

ProjectItemFinishedGenerating() public méthode

public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
projectItem ProjectItem
Résultat void

RunFinished() public méthode

public RunFinished ( ) : void
Résultat void

RunStarted() public méthode

Runs custom wizard logic at the beginning of a template wizard run.
public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
automationObject object The automation object being used by the template wizard.
replacementsDictionary string>.Dictionary The list of standard parameters to be replaced.
runKind WizardRunKind A indicating the type of wizard run.
customParams object The custom parameters with which to perform parameter replacement in the project.
Résultat void

ShouldAddProjectItem() public méthode

public ShouldAddProjectItem ( string filePath ) : bool
filePath string
Résultat bool