Bari.Plugins.VsCore.VisualStudio.ProjectSections.SourceItemsSectionBase.WriteAdditionalOptions C# (CSharp) Method

WriteAdditionalOptions() protected method

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
return void
        protected virtual void WriteAdditionalOptions(XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath)
        {
        }