Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void | ||
BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
GetExtensionInstallDir ( string extensionId ) : string | ||
GetPathToModuleFile ( ) : string | ||
GetPecanWaffleExtensionInstallDir ( ) : string | ||
GetProjects ( ) : IList |
Gets the projects in a solution recursively.
|
|
GetSolution ( ) : Solution4 | ||
GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable |
Gets the solution folder projects.
|
|
ProjectFinishedGenerating ( Project project ) : void | ||
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
RemovePlaceholderProjectCreatedByVs ( string projectName ) : string | ||
RunFinished ( ) : void | ||
RunStarted ( object automationObject, string>.Dictionary |
||
ShouldAddProjectItem ( string filePath ) : bool |
public AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void | ||
solution | Solution4 | |
folderPath | string | |
pattern | string | |
return | void |
public BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
projectItem | ProjectItem | |
return | void |
public GetExtensionInstallDir ( string extensionId ) : string | ||
extensionId | string | |
return | string |
public GetPecanWaffleExtensionInstallDir ( ) : string | ||
return | string |
public static GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable |
||
solutionFolder | Project | The solution folder. |
return | IEnumerable |
public ProjectFinishedGenerating ( Project project ) : void | ||
project | Project | |
return | void |
public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
projectItem | ProjectItem | |
return | void |
public RemovePlaceholderProjectCreatedByVs ( string projectName ) : string | ||
projectName | string | |
return | string |
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 |