Class ProjectReferenceItemGroup
- Namespace
- SunamoDevCode.Aps.Projs.Data.ItemGroup
- Assembly
- SunamoDevCode.dll
Represents a project reference item group in a Visual Studio project file.
public class ProjectReferenceItemGroup : ItemGroupElement
- Inheritance
-
ProjectReferenceItemGroup
- Inherited Members
- Extension Methods
Constructors
ProjectReferenceItemGroup(string)
Initializes a new instance of the ProjectReferenceItemGroup class.
public ProjectReferenceItemGroup(string fullPath)
Parameters
fullPathstringFull path to the csproj file.
Fields
Type
Type information for runtime type checking.
public static Type Type
Field Value
Properties
Name
Gets or sets the project name.
public string? Name { get; set; }
Property Value
Project
Gets or sets the project GUID.
public string? Project { get; set; }
Property Value
Methods
ToXml(XmlDocument)
Converts the project reference item group to an XML node.
public override XmlNode ToXml(XmlDocument xmlDocument)
Parameters
xmlDocumentXmlDocumentThe XML document to use for creating the node.
Returns
- XmlNode
The XML node representing the project reference item group.