C# Класс PecanWaffle.BaseWizard

Наследование: System.ComponentModel.Component, IWizard
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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 replacementsDictionary, WizardRunKind runKind, object customParams ) : void
ShouldAddProjectItem ( string filePath ) : bool

Описание методов

AddProjectsUnderPathToSolution() публичный Метод

public AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void
solution Solution4
folderPath string
pattern string
Результат void

BeforeOpeningFile() публичный Метод

public BeforeOpeningFile ( ProjectItem projectItem ) : void
projectItem ProjectItem
Результат void

GetExtensionInstallDir() публичный Метод

public GetExtensionInstallDir ( string extensionId ) : string
extensionId string
Результат string

GetPathToModuleFile() публичный Метод

public GetPathToModuleFile ( ) : string
Результат string

GetPecanWaffleExtensionInstallDir() публичный Метод

public GetPecanWaffleExtensionInstallDir ( ) : string
Результат string

GetProjects() публичный Метод

Gets the projects in a solution recursively.
public GetProjects ( ) : IList
Результат IList

GetSolution() публичный Метод

public GetSolution ( ) : Solution4
Результат Solution4

GetSolutionFolderProjects() публичный статический Метод

Gets the solution folder projects.
public static GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable
solutionFolder Project The solution folder.
Результат IEnumerable

ProjectFinishedGenerating() публичный Метод

public ProjectFinishedGenerating ( Project project ) : void
project Project
Результат void

ProjectItemFinishedGenerating() публичный Метод

public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
projectItem ProjectItem
Результат void

RemovePlaceholderProjectCreatedByVs() публичный Метод

public RemovePlaceholderProjectCreatedByVs ( string projectName ) : string
projectName string
Результат string

RunFinished() публичный Метод

public RunFinished ( ) : void
Результат void

RunStarted() публичный Метод

public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
automationObject object
replacementsDictionary string>.Dictionary
runKind WizardRunKind
customParams object
Результат void

ShouldAddProjectItem() публичный Метод

public ShouldAddProjectItem ( string filePath ) : bool
filePath string
Результат bool