|
I am trying to derive a string from the currently selected item in a project.
e.g. - I have a file called "MyData.xsd" selected in the project. I would like to be able to get a handle on that item from a ValueProvider so I can get the name of it.
I see the CurrentSelectedProject ValueProvider but have not been able to find anything for CurrentSelectedItem. my first instinct was to inspect the Properties collection on the Project, but I didn't see anything useful for this situation there.
Is there already a ValueProvider that will get me that Item? If not, are there any suggestions/hints as to how I might access it within my own ValueProvider?
|