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

Inheritance: Microsoft.VisualStudio.Project.ProjectContainerNode
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

GetAutomationObject() public méthode

Adds support for project properties.
public GetAutomationObject ( ) : object
Résultat object

GetConfigurationDependentPropertyPages() protected méthode

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

GetConfigurationIndependentPropertyPages() protected méthode

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

GetFormatList() public méthode

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

GetPriorityProjectDesignerPages() protected méthode

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

NestedProjectNode() public méthode

Explicitly defined default constructor.
public NestedProjectNode ( ) : System
Résultat System