C# 클래스 NetFx.Templates.Projects.OpenSource.Extension.ExtensionInformationWizard

Prompts for and populates the extension information replacement dictionary.
상속: IWizard
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
BeforeOpeningFile ( ProjectItem projectItem ) : void
ProjectFinishedGenerating ( Project project ) : void
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void

Runs custom wizard logic at the beginning of a template wizard run.

ShouldAddProjectItem ( string filePath ) : bool

비공개 메소드들

메소드 설명
Backout ( string message ) : void
TraverseUp ( DirectoryInfo dir ) : IEnumerable

메소드 상세

BeforeOpeningFile() 공개 메소드

public BeforeOpeningFile ( ProjectItem projectItem ) : void
projectItem ProjectItem
리턴 void

ProjectFinishedGenerating() 공개 메소드

public ProjectFinishedGenerating ( Project project ) : void
project Project
리턴 void

ProjectItemFinishedGenerating() 공개 메소드

public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
projectItem ProjectItem
리턴 void

RunFinished() 공개 메소드

public RunFinished ( ) : void
리턴 void

RunStarted() 공개 메소드

Runs custom wizard logic at the beginning of a template wizard run.
public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
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 indicating the type of wizard run.
customParams object The custom parameters with which to perform parameter replacement in the project.
리턴 void

ShouldAddProjectItem() 공개 메소드

public ShouldAddProjectItem ( string filePath ) : bool
filePath string
리턴 bool