C# Класс VsTeXProject.TeXProjectNode

Наследование: VsTeXProject.VisualStudio.Project.ProjectNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetConfigurationIndependentPropertyPages ( ) : System.Guid[]

Generate new Guid value and update it with GeneralPropertyPage GUID.

GetPriorityProjectDesignerPages ( ) : System.Guid[]

Overriding to provide project general property page.

Приватные методы

Метод Описание
CreateServices ( Type serviceType ) : object
InitializeImageList ( ) : void
TeXProjectNode ( ) : System

Initializes the TeXProjectNode class.

Описание методов

AddFileFromTemplate() публичный Метод

Adds the file from template.
public AddFileFromTemplate ( string source, string target ) : void
source string The source template.
target string The target file.
Результат void

CreateFileNode() публичный Метод

Creates the file node.
public CreateFileNode ( ProjectElement item ) : FileNode
item VsTeXProject.VisualStudio.Project.ProjectElement The project element item.
Результат VsTeXProject.VisualStudio.Project.FileNode

GetAutomationObject() публичный Метод

Returns an automation object representing this node
public GetAutomationObject ( ) : object
Результат object

GetConfigurationIndependentPropertyPages() защищенный Метод

Generate new Guid value and update it with GeneralPropertyPage GUID.
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
Результат System.Guid[]

GetPriorityProjectDesignerPages() защищенный Метод

Overriding to provide project general property page.
protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
Результат System.Guid[]

TeXProjectNode() публичный Метод

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.
Результат System