Show / Hide Table of Contents

Class ProjectDependencyNode

Inheritance
System.Object
ProjectDependencyNode
Implements
IDependencyNode
Namespace: Xamarin.MSBuild.Sdk
Assembly: Xamarin.MSBuild.Sdk.dll
Syntax
public sealed class ProjectDependencyNode : object, IDependencyNode

Properties

| Improve this Doc View Source

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Label

Declaration
public string Label { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LoadException

Declaration
public Exception LoadException { get; }
Property Value
Type Description
Exception
| Improve this Doc View Source

Parents

Declaration
public IReadOnlyList<ProjectDependencyNode> Parents { get; }
Property Value
Type Description
IReadOnlyList<ProjectDependencyNode>
| Improve this Doc View Source

Project

Declaration
public Project Project { get; }
Property Value
Type Description
Project
| Improve this Doc View Source

ProjectPath

Declaration
public string ProjectPath { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProjectReferenceItems

Declaration
public IReadOnlyList<ProjectItem> ProjectReferenceItems { get; }
Property Value
Type Description
IReadOnlyList<ProjectItem>

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Implements

IDependencyNode
  • Improve this Doc
  • View Source
Back to top Generated by DocFX