ResolvedImport Struct

Definition

Encapsulates an import relationship in an evaluated project between a ProjectImportElement and the ProjectRootElement of the imported project.

public value class ResolvedImport
public struct ResolvedImport
type ResolvedImport = struct
Public Structure ResolvedImport
Inheritance
ResolvedImport

Properties

ImportedProject

Gets one of the imported projects.

ImportingElement

Gets the element doing the import. Null if this is the top project

IsImported

Whether the importing element is itself imported.

SdkResult

Non null if this import was an sdk import.

Applies to