Class CompileItemGroup
- Namespace
- SunamoDevCode.Aps.Projs.Data.ItemGroup
- Assembly
- SunamoDevCode.dll
Represents a Compile item group element in a Visual Studio project file.
public class CompileItemGroup : ItemGroupElement
- Inheritance
-
CompileItemGroup
- Inherited Members
- Extension Methods
Constructors
CompileItemGroup(string)
Initializes a new instance of CompileItemGroup A1 - To csproj. Must exists. From it and relative structure is filled other properties
public CompileItemGroup(string fullPath)
Parameters
fullPathstringFull path to the file
Fields
FullPathFile
Full path to the file - use in checking whether exists already, not for simple adding
public string? FullPathFile
Field Value
Link
Link attribute for the compile item
public string? Link
Field Value
Methods
ToXml(XmlDocument)
Converts the compile item group to XML node
public override XmlNode ToXml(XmlDocument xmlDocument)
Parameters
xmlDocumentXmlDocumentXML document to create the node in
Returns
- XmlNode
XML node representing this compile item