ProjectInstance.ImportPathsIncludingDuplicates 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.
This list will contain duplicate imports if an import is imported multiple times. However, only the first import was used in evaluation.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ ImportPathsIncludingDuplicates { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> ImportPathsIncludingDuplicates { get; }
member this.ImportPathsIncludingDuplicates : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property ImportPathsIncludingDuplicates As IReadOnlyList(Of String)