C# 클래스 VsTeXProject.TeXProjectNode

상속: VsTeXProject.VisualStudio.Project.ProjectNode
파일 보기 프로젝트 열기: mimura1133/vstex 1 사용 예제들

공개 메소드들

메소드 설명
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