C# Класс Bari.Plugins.VCpp.VisualStudio.VcxprojSections.SourceItemsSection

Наследование: Bari.Plugins.VsCore.VisualStudio.ProjectSections.SourceItemsSectionBase
Показать файл Открыть проект

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

Метод Описание
SourceItemsSection ( Suite suite, IProjectPlatformManagement platformManagement ) : System.Collections.Generic

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

Метод Описание
GetElementNameFor ( Project project, string file ) : string

Gets the element name for a given compilation item.

The default implementation always returns Compile

GetSourceSets ( Project project ) : IEnumerable

Gets the source sets to include

WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void

Provides the ability to add extra content to a given project source file

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

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

Gets the element name for a given compilation item.

The default implementation always returns Compile

protected GetElementNameFor ( Project project, string file ) : string
project Project
file string File name from the source set
Результат string

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

Gets the source sets to include
protected GetSourceSets ( Project project ) : IEnumerable
project Project The project to get its source sets
Результат IEnumerable

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

public SourceItemsSection ( Suite suite, IProjectPlatformManagement platformManagement ) : System.Collections.Generic
suite Suite
platformManagement IProjectPlatformManagement
Результат System.Collections.Generic

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

Provides the ability to add extra content to a given project source file
protected WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void
writer System.Xml.XmlWriter The project file writer
project Project Project model
suiteRelativePath SuiteRelativePath Suite relative path of the source item
Результат void