Method | Description | |
---|---|---|
BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
ProjectFinishedGenerating ( Project project ) : void | ||
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
RunFinished ( ) : void | ||
RunStarted ( object automationObject, string>.Dictionary |
||
ShouldAddProjectItem ( string filePath ) : bool |
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 | |
replacementsDictionary | string>.Dictionary | |
runKind | WizardRunKind | |
customParams | object | |
return | void |
public ShouldAddProjectItem ( string filePath ) : bool | ||
filePath | string | |
return | bool |