C# 클래스 Bari.Plugins.Csharp.VisualStudio.CsprojSections.VersionSection

.csproj section generating and referring to the version information
상속: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
VersionSection ( Suite suite ) : System.IO

Initializes the class

Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

Writes the section using an XML writer

메소드 상세

VersionSection() 공개 메소드

Initializes the class
public VersionSection ( Suite suite ) : System.IO
suite Suite Active suite
리턴 System.IO

Write() 공개 메소드

Writes the section using an XML writer
public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter XML writer to use
project Project The project to generate .csproj for
context IMSBuildProjectGeneratorContext Current .csproj generation context
리턴 void