Programmatically access visual studio query results pane from add in
Is there a way to access visual studio's query results pane from Addin? I am not referring to query window from Menu - Data - Transact SQL Editor - new query. I am thinking from Server explore - expand some database - expand tables, right click on table and choose new query. After you select what tables will be included, check couple of columns and choose execute. New window will open. That window is Document class I know, but not able to get contents of controls or pane's or even panels from that class. At the bottom y
Is there a way to access visual studio's query results pane from Addin? I am not referring to query window from Menu - Data - Transact SQL Editor - new query. I am thinking from Server explore - expand some database - expand tables, right click on table and choose new query. After you select what tables will be included, check couple of columns and choose execute. New window will open. That window is Document class I know, but not able to get contents of controls or pane's or even panels from that class. At the bottom y
No comments:
Post a Comment