C# Класс Bari.Plugins.Csharp.VisualStudio.CsprojSections.SourceItemsSection

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

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

Метод Описание
SourceItemsSection ( Suite suite ) : System

Initializes the class

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

Метод Описание
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
WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void

Приватные методы

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

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

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() защищенный Метод

protected GetSourceSets ( Project project ) : IEnumerable
project Project
Результат IEnumerable

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

Initializes the class
public SourceItemsSection ( Suite suite ) : System
suite Suite Active suite
Результат System

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

protected WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void
writer System.Xml.XmlWriter
project Project
suiteRelativePath SuiteRelativePath
Результат void