I developing VSPackage using MPF. My package expose some data to the standard Visual Studio Properties tool window (using "SelectionContainer" and "ITrackSelection"). Now I am facing the problem: I have an expandable property and I
would like to expand it programmatically just right after it showed (actually, it does not matter when). How it can be accomplished? For now I found nothing about accessing properties directly or changing it state. Could somebody help me?
↧