Method | Description | |
---|---|---|
AddFileFromTemplate ( string source, string target ) : void |
Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)
|
|
GetAutomationObject ( ) : object |
Adds support for project properties.
|
|
GetFormatList ( string &ppszFormatList ) : int |
Creates the format list for the open file dialog.
|
|
NestedProjectNode ( ) : System |
Explicitly defined default constructor.
|
Method | Description | |
---|---|---|
GetConfigurationDependentPropertyPages ( ) : System.Guid[] |
Specify here a property page. By returning no property page the configuration dependent properties will be neglected.
|
|
GetConfigurationIndependentPropertyPages ( ) : System.Guid[] |
Generate new Guid value and update it with GeneralPropertyPage GUID.
|
|
GetPriorityProjectDesignerPages ( ) : System.Guid[] |
Overriding to provide project general property page.
|
public AddFileFromTemplate ( string source, string target ) : void | ||
source | string | Full path to template file. |
target | string | Full path to destination file. |
return | void |
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[] | ||
return | System.Guid[] |
public GetFormatList ( string &ppszFormatList ) : int | ||
ppszFormatList | string | The format list to return. |
return | int |
protected GetPriorityProjectDesignerPages ( ) : System.Guid[] | ||
return | System.Guid[] |