Class ProjectDependencyNode
Inheritance
System.Object
ProjectDependencyNode
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
|
Improve this Doc
View Source
Project
Declaration
public Project Project { get; }
Property Value
|
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