C# Class VsTeXProject.TeXProjectNode

Inheritance: VsTeXProject.VisualStudio.Project.ProjectNode
Afficher le fichier Open project: mimura1133/vstex Class Usage Examples

Méthodes publiques

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

TeXProjectNode ( CustomProjectPackage package ) : System

Initializes a new instance of the TeXProjectNode class.

Méthodes protégées

Méthode Description
GetConfigurationIndependentPropertyPages ( ) : System.Guid[]

Generate new Guid value and update it with GeneralPropertyPage GUID.

GetPriorityProjectDesignerPages ( ) : System.Guid[]

Overriding to provide project general property page.

Private Methods

Méthode Description
CreateServices ( Type serviceType ) : object
InitializeImageList ( ) : void
TeXProjectNode ( ) : System

Initializes the TeXProjectNode class.

Method Details

AddFileFromTemplate() public méthode

Adds the file from template.
public AddFileFromTemplate ( string source, string target ) : void
source string The source template.
target string The target file.
Résultat void

CreateFileNode() public méthode

Creates the file node.
public CreateFileNode ( ProjectElement item ) : FileNode
item VsTeXProject.VisualStudio.Project.ProjectElement The project element item.
Résultat VsTeXProject.VisualStudio.Project.FileNode

GetAutomationObject() public méthode

Returns an automation object representing this node
public GetAutomationObject ( ) : object
Résultat object

GetConfigurationIndependentPropertyPages() protected méthode

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

GetPriorityProjectDesignerPages() protected méthode

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

TeXProjectNode() public méthode

Initializes a new instance of the TeXProjectNode class.
public TeXProjectNode ( CustomProjectPackage package ) : System
package CustomProjectPackage Value of the project package for initialize internal package field.
Résultat System