ProjectInstance.ImportPaths 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.
The full file paths of all the files that during evaluation contributed to this project instance. This does not include projects that were never imported because a condition on an Import element was false. The outer ProjectRootElement that maps to this project instance itself is not included.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ ImportPaths { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> ImportPaths { get; }
member this.ImportPaths : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property ImportPaths As IReadOnlyList(Of String)