C# Класс Microsoft.VisualStudio.Project.Samples.CustomProject.MyCustomProjectNode

Наследование: 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

MyCustomProjectNode ( CustomProjectPackage package ) : System

Initializes a new instance of the MyCustomProjectNode 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
MyCustomProjectNode ( ) : System

Initializes the MyCustomProjectNode 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 ProjectElement The project element item.
Результат 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[]

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

Initializes a new instance of the MyCustomProjectNode class.
public MyCustomProjectNode ( CustomProjectPackage package ) : System
package CustomProjectPackage Value of the project package for initialize internal package field.
Результат System