Hi all:)
I wanna do a VS's add-in and the final result is to get a WPF xaml UI from a specific entity class model.
The basic idea is to pop up a content menu when choosing a cs entity model class file, get all the information and read properties and generate wpf control (for type of string, a TextBox is generated; for int, "SpinEdit" is generated) with the help ofFileCodeModel.
Now "Reading CS info" has been completed, but now another problem is: Whether xaml file has something like"FileCodeModel" (in CS) to make me easy to do? Or I have to analyze the xml step by step?