Is it possible to access the contents of a ProjectItem
object? Is there an alternative for going via ProjectItem.Properties
and read the contents from the FullPath
?
Asked
Active
Viewed 92 times
1

Elsbeth
- 75
- 5
-
@ Could you check th documents which shared information about how to use the Projectitem? https://learn.microsoft.com/en-us/dotnet/api/envdte.projectitem.filenames?view=visualstudiosdk-2017 and https://msdn.microsoft.com/en-us/library/ys81cc94.aspx – Jack Zhai May 15 '18 at 10:38