Method | Description | |
---|---|---|
AddFileFromTemplate ( string source, string target ) : void |
Called to add a file to the project from a template. Override to do it yourself if you want to customize the file
|
|
CreateFileNode ( |
Create a file node based on an msbuild item.
|
|
GetAutomationObject ( ) : object |
Gets the automation object for the project node.
|
|
PowerShellProjectNode ( PowerShellPackageBase package ) : System |
Method | Description | |
---|---|---|
CreateConfigProvider ( ) : |
||
GetConfigurationIndependentPropertyPages ( ) : System.Guid[] |
List of Guids of the config independent property pages. It is called by the GetProperty for VSHPROPID_PropertyPagesCLSIDList property.
|
|
GetPriorityProjectDesignerPages ( ) : System.Guid[] |
An ordered list of guids of the prefered property pages. See __VSHPROPID.VSHPROPID_PriorityPropertyPagesCLSIDList
|
Method | Description | |
---|---|---|
CreateServices ( |
||
InitializeImageList ( ) : void | ||
PowerShellProjectNode ( ) : System |
public AddFileFromTemplate ( string source, string target ) : void | ||
source | string | Full path of template file |
target | string | Full path of file once added to the project |
return | void |
protected CreateConfigProvider ( ) : |
||
return |
public CreateFileNode ( |
||
item | msbuild item | |
return |
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
protected GetPriorityProjectDesignerPages ( ) : System.Guid[] | ||
return | System.Guid[] |
public PowerShellProjectNode ( PowerShellPackageBase package ) : System | ||
package | PowerShellPackageBase | |
return | System |