Show / Hide Table of Contents

Interface IDependencyNode

Namespace: Xamarin.MSBuild.Sdk
Assembly: Xamarin.MSBuild.Sdk.dll
Syntax
public interface IDependencyNode

Properties

| Improve this Doc View Source

Id

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

Label

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

LoadException

Declaration
Exception LoadException { get; }
Property Value
Type Description
Exception
  • Improve this Doc
  • View Source
Back to top Generated by DocFX