Import Class

Definition

Represents a single Import element in an MSBuild project.

public ref class Import
public class Import
type Import = class
Public Class Import
Inheritance
Import

Properties

Condition

Gets the Condition attribute value of the Import element.

EvaluatedProjectPath

Gets the fully qualified path of the file specified in the Name attribute of the Import element.

IsImported

Gets a value indicating whether the Import element was imported into the project.

ProjectPath

Gets or sets the Project attribute value of the Import element.

Applies to