Method | Description | |
---|---|---|
AddFileFromTemplate ( string source, string target ) : void |
Adds the file from template.
|
|
CreateFileNode ( ProjectElement item ) : FileNode |
Creates the file node.
|
|
GetAutomationObject ( ) : object |
Returns an automation object representing this node
|
|
MyCustomProjectNode ( |
Initializes a new instance of the MyCustomProjectNode class.
|
Method | Description | |
---|---|---|
GetConfigurationIndependentPropertyPages ( ) : System.Guid[] |
Generate new Guid value and update it with GeneralPropertyPage GUID.
|
|
GetPriorityProjectDesignerPages ( ) : System.Guid[] |
Overriding to provide project general property page.
|
Method | Description | |
---|---|---|
CreateServices ( |
||
InitializeImageList ( ) : void | ||
MyCustomProjectNode ( ) : System |
Initializes the MyCustomProjectNode class.
|
public AddFileFromTemplate ( string source, string target ) : void | ||
source | string | The source template. |
target | string | The target file. |
return | void |
public CreateFileNode ( ProjectElement item ) : FileNode | ||
item | ProjectElement | The project element item. |
return | FileNode |
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
protected GetPriorityProjectDesignerPages ( ) : System.Guid[] | ||
return | System.Guid[] |
public MyCustomProjectNode ( |
||
package | Value of the project package for initialize internal package field. | |
return | System |