C# Class Microsoft.VisualStudio.Project.Samples.CustomProject.MyCustomProjectFileNode

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

Private Properties

Property Type Description
CreateServices object
MyCustomProjectFileNode System

Public Methods

Method Description
GetAutomationObject ( ) : object

Gets the automation object for the file node.

Private Methods

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

Initializes a new instance of the MyCustomProjectFileNode class.

Method Details

GetAutomationObject() public method

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