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

This class extends the FileNode in order to represent a file within the hierarchy.
Inheritance: FileNode
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Свойство Type Description
CreateServices object
MyCustomProjectFileNode System

Méthodes publiques

Méthode Description
GetAutomationObject ( ) : object

Gets the automation object for the file node.

Private Methods

Méthode Description
CreateServices ( Type serviceType ) : object
MyCustomProjectFileNode ( ProjectNode root, ProjectElement e ) : System

Initializes a new instance of the MyCustomProjectFileNode class.

Method Details

GetAutomationObject() public méthode

Gets the automation object for the file node.
public GetAutomationObject ( ) : object
Résultat object