Interface IDependencyNode
Namespace: Xamarin.MSBuild.Sdk
Assembly: Xamarin.MSBuild.Sdk.dll
Syntax
public interface IDependencyNode
Properties
| Improve this Doc View SourceId
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Label
Declaration
string Label { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LoadException
Declaration
Exception LoadException { get; }
Property Value
| Type | Description |
|---|---|
| Exception |