Method | Description | |
---|---|---|
BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
ProjectFinishedGenerating ( Project project ) : void | ||
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
RunFinished ( ) : void | ||
RunStarted ( object automationObject, string>.Dictionary |
Runs custom wizard logic at the beginning of a template wizard run.
|
|
ShouldAddProjectItem ( string filePath ) : bool |
Method | Description | |
---|---|---|
Backout ( string message ) : void | ||
TraverseUp ( |
public BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
projectItem | ProjectItem | |
return | void |
public ProjectFinishedGenerating ( Project project ) : void | ||
project | Project | |
return | void |
public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
projectItem | ProjectItem | |
return | void |
public RunStarted ( object automationObject, string>.Dictionary |
||
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 |
customParams | object | The custom parameters with which to perform parameter replacement in the project. |
return | void |
public ShouldAddProjectItem ( string filePath ) : bool | ||
filePath | string | |
return | bool |