ProjectInstance.ImportPaths Property

Definition

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)

Property Value

Applies to