Property | Type | Description | |
---|---|---|---|
BooProjectNode | System |
Method | Description | |
---|---|---|
AddFileFromTemplate ( string source, string target ) : void | ||
BooProjectNode ( Microsoft.VisualStudio.Package.ProjectPackage package, BooLangService languageService ) : System | ||
CreateFileNode ( Microsoft.VisualStudio.Package.ProjectElement item ) : Microsoft.VisualStudio.Package.FileNode | ||
GetAutomationObject ( ) : object | ||
IsCodeFile ( string fileName ) : bool |
If you don't override this, then all new files you add to your project will be of type "content" by default and not "compile". You'll also get AIDS.
|
|
Load ( string fileName, string location, string name, uint flags, System.Guid &iidProject, int &canceled ) : void |
Method | Description | |
---|---|---|
CreateReferenceContainerNode ( ) : Microsoft.VisualStudio.Package.ReferenceContainerNode | ||
GetConfigurationDependentPropertyPages ( ) : System.Guid[] |
provides the guid for configuration dependent settings
|
|
GetConfigurationIndependentPropertyPages ( ) : System.Guid[] |
Overriding to provide project general property page
|
|
IsProjectSecure ( ) : ProjectLoadOption |
This is a very poor workaround. Until I can figure out how to get our GlobalProperies into the ProjectShim that the base version uses...
|
Method | Description | |
---|---|---|
BooProjectNode ( ) : System |
public AddFileFromTemplate ( string source, string target ) : void | ||
source | string | |
target | string | |
return | void |
public BooProjectNode ( Microsoft.VisualStudio.Package.ProjectPackage package, BooLangService languageService ) : System | ||
package | Microsoft.VisualStudio.Package.ProjectPackage | |
languageService | BooLangService | |
return | System |
public CreateFileNode ( Microsoft.VisualStudio.Package.ProjectElement item ) : Microsoft.VisualStudio.Package.FileNode | ||
item | Microsoft.VisualStudio.Package.ProjectElement | |
return | Microsoft.VisualStudio.Package.FileNode |
protected CreateReferenceContainerNode ( ) : Microsoft.VisualStudio.Package.ReferenceContainerNode | ||
return | Microsoft.VisualStudio.Package.ReferenceContainerNode |
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
protected IsProjectSecure ( ) : ProjectLoadOption | ||
return | ProjectLoadOption |
public Load ( string fileName, string location, string name, uint flags, System.Guid &iidProject, int &canceled ) : void | ||
fileName | string | |
location | string | |
name | string | |
flags | uint | |
iidProject | System.Guid | |
canceled | int | |
return | void |