C# Class VsTeXProject.TeXProjectFileNode

This class extends the FileNode in order to represent a file within the hierarchy.
Inheritance: VsTeXProject.VisualStudio.Project.FileNode
ファイルを表示 Open project: mimura1133/vstex Class Usage Examples

Private Properties

Property Type Description
CreateServices object
TeXProjectFileNode System

Public Methods

Method Description
GetAutomationObject ( ) : object

Gets the automation object for the file node.

Private Methods

Method Description
CreateServices ( Type serviceType ) : object
TeXProjectFileNode ( ProjectNode root, ProjectElement e ) : System

Initializes a new instance of the TeXProjectFileNode class.

Method Details

GetAutomationObject() public method

Gets the automation object for the file node.
public GetAutomationObject ( ) : object
return object