Method | Description | |
---|---|---|
BeforeOpeningFile ( EnvDTE projectItem ) : void | ||
ProjectFinishedGenerating ( EnvDTE project ) : void | ||
ProjectItemFinishedGenerating ( EnvDTE projectItem ) : void | ||
RunFinished ( ) : void | ||
RunStarted ( object automationObject, string>.Dictionary |
||
ShouldAddProjectItem ( string filePath ) : bool |
Method | Description | |
---|---|---|
FindMissingReferences ( IVsPackageInstaller installerServices, EnvDTE dte ) : IEnumerable |
||
FindMissingReferences ( Project proj ) : IEnumerable |
||
GetRequiredReferences ( string>.Dictionary |
||
InstallReferences ( IVsPackageInstaller installerServices, List |
||
SetStatusMessage ( string message ) : void |
public BeforeOpeningFile ( EnvDTE projectItem ) : void | ||
projectItem | EnvDTE | |
return | void |
public ProjectFinishedGenerating ( EnvDTE project ) : void | ||
project | EnvDTE | |
return | void |
public ProjectItemFinishedGenerating ( EnvDTE projectItem ) : void | ||
projectItem | EnvDTE | |
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 |