the lowest level I can get using DTE is the projectitem which represent the each folder in a project such as inclued file, source file, how can I get to single source file in the source file folder? I try projectitem.item(index).get_Filename(index), it
give me nothing, I when through all the index.
↧