ProjectImportedEventArgs.ImportedProjectFile Property

Definition

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.

public:
 property System::String ^ ImportedProjectFile { System::String ^ get(); void set(System::String ^ value); };
public string ImportedProjectFile { get; set; }
member this.ImportedProjectFile : string with get, set
Public Property ImportedProjectFile As String

Property Value

Applies to