How to modify the context menu of xaml designer? #506
Unanswered
wangjie-aic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to develop a vs extension to edit the properties of WPF controls for some special need. The first option that comes to my mind is to extend the context menu of xaml designer, and add a custom command in it. Does anyone know the guid and id of this context menu? I have installed the "Command Explorer" extension, but i didn't find what i need in there. I also tried Enable VSIPLogging in visual studio,but i still can't get the guid and id of this context menu.
If this way is just not possible. There is another candidate can fulfill my needs. But I don't know how to start with that. The second plan is: modify the "create data binding" dialog or custom the "create data binding" command. I can't find the guid and id of this command or dialog either.
Beta Was this translation helpful? Give feedback.
All reactions