C# Класс Microsoft.VisualStudio.Project.Samples.NestedProject.NestedProjectNode

Наследование: Microsoft.VisualStudio.Project.ProjectContainerNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddFileFromTemplate ( string source, string target ) : void

Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)

GetAutomationObject ( ) : object

Adds support for project properties.

GetFormatList ( string &ppszFormatList ) : int

Creates the format list for the open file dialog.

NestedProjectNode ( ) : System

Explicitly defined default constructor.

Защищенные методы

Метод Описание
GetConfigurationDependentPropertyPages ( ) : System.Guid[]

Specify here a property page. By returning no property page the configuration dependent properties will be neglected.

GetConfigurationIndependentPropertyPages ( ) : System.Guid[]

Generate new Guid value and update it with GeneralPropertyPage GUID.

GetPriorityProjectDesignerPages ( ) : System.Guid[]

Overriding to provide project general property page.

Описание методов

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

Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)
Template file is not founded.
public AddFileFromTemplate ( string source, string target ) : void
source string Full path to template file.
target string Full path to destination file.
Результат void

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

Adds support for project properties.
public GetAutomationObject ( ) : object
Результат object

GetConfigurationDependentPropertyPages() защищенный Метод

Specify here a property page. By returning no property page the configuration dependent properties will be neglected.
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
Результат System.Guid[]

GetConfigurationIndependentPropertyPages() защищенный Метод

Generate new Guid value and update it with GeneralPropertyPage GUID.
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
Результат System.Guid[]

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

Creates the format list for the open file dialog.
public GetFormatList ( string &ppszFormatList ) : int
ppszFormatList string The format list to return.
Результат int

GetPriorityProjectDesignerPages() защищенный Метод

Overriding to provide project general property page.
protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
Результат System.Guid[]

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

Explicitly defined default constructor.
public NestedProjectNode ( ) : System
Результат System