C# Class VsTeXProject.TeXProjectNode

Inheritance: VsTeXProject.VisualStudio.Project.ProjectNode
显示文件 Open project: mimura1133/vstex Class Usage Examples

Public Methods

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

TeXProjectNode ( CustomProjectPackage package ) : System

Initializes a new instance of the TeXProjectNode class.

Protected Methods

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.

Private Methods

Method Description
CreateServices ( Type serviceType ) : object
InitializeImageList ( ) : void
TeXProjectNode ( ) : System

Initializes the TeXProjectNode class.

Method Details

AddFileFromTemplate() public method

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

CreateFileNode() public method

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

GetAutomationObject() public method

Returns an automation object representing this node
public GetAutomationObject ( ) : object
return object

GetConfigurationIndependentPropertyPages() protected method

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

GetPriorityProjectDesignerPages() protected method

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

TeXProjectNode() public method

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.
return System