Method | Description | |
---|---|---|
AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void | ||
BeforeOpeningFile ( ProjectItem projectItem ) : void | ||
GetExtensionInstallDir ( string extensionId, IVsExtensionManager extManager ) : string | ||
GetProjects ( ) : IList |
||
GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable |
Gets the solution folder projects.
|
|
PecanWizard ( ) : EnvDTE | ||
ProjectFinishedGenerating ( Project project ) : void | ||
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void | ||
RemovePlaceholderProjectCreatedByVs ( string projectName ) : string | ||
RunFinished ( ) : void | ||
RunStarted ( object automationObject, string>.Dictionary |
||
ShouldAddProjectItem ( string filePath ) : bool |
Method | Description | |
---|---|---|
EnsurePecanWaffleExtracted ( string PecanWaffleLocalModulePath, string ExtensionInstallDir ) : void |
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, IVsExtensionManager extManager ) : string | ||
extensionId | string | |
extManager | IVsExtensionManager | |
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 |