ProjectImportedEventArgs.

ImportedProjectFile Property

Summary

Gets or sets the full path to the project file that was imported. Will be
null
if the import statement was a glob and no files matched, or the condition (if any) evaluated to false.

Syntax

public string ImportedProjectFile { get; set; }

Value

Type Description
string