C# Class Microsoft.VisualStudio.Project.Samples.NestedProject.NestedProjectNode

Inheritance: Microsoft.VisualStudio.Project.ProjectContainerNode
Show file Open project: IntelliTect/PowerStudio Class Usage Examples

Public Methods

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.

Protected Methods

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.

Method Details

AddFileFromTemplate() public method

Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)
Template file is not founded.
public AddFileFromTemplate ( string source, string target ) : void
source string Full path to template file.
target string Full path to destination file.
return void

GetAutomationObject() public method

Adds support for project properties.
public GetAutomationObject ( ) : object
return object

GetConfigurationDependentPropertyPages() protected method

Specify here a property page. By returning no property page the configuration dependent properties will be neglected.
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
return System.Guid[]

GetConfigurationIndependentPropertyPages() protected method

Generate new Guid value and update it with GeneralPropertyPage GUID.
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
return System.Guid[]

GetFormatList() public method

Creates the format list for the open file dialog.
public GetFormatList ( string &ppszFormatList ) : int
ppszFormatList string The format list to return.
return int

GetPriorityProjectDesignerPages() protected method

Overriding to provide project general property page.
protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
return System.Guid[]

NestedProjectNode() public method

Explicitly defined default constructor.
public NestedProjectNode ( ) : System
return System