ProjectImportedEventArgs.ImportedProjectFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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