C# 클래스 Bari.Plugins.VCpp.VisualStudio.VcxprojSections.SourceItemsSection

상속: Bari.Plugins.VsCore.VisualStudio.ProjectSections.SourceItemsSectionBase
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
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