Table of Contents

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

fullPath string

Full path to the csproj file.

Fields

Type

Type information for runtime type checking.

public static Type Type

Field Value

Type

Properties

Name

Gets or sets the project name.

public string? Name { get; set; }

Property Value

string

Project

Gets or sets the project GUID.

public string? Project { get; set; }

Property Value

string

Methods

ToXml(XmlDocument)

Converts the project reference item group to an XML node.

public override XmlNode ToXml(XmlDocument xmlDocument)

Parameters

xmlDocument XmlDocument

The XML document to use for creating the node.

Returns

XmlNode

The XML node representing the project reference item group.