Visual Studio extension to find which database has been selected in the Server Explorer

87 Views Asked by At

I'm new to creating Visual Studio Extensions.

I wanted to create an extension in Visual Studio 2017 that shows the name and the details (server name, username, password) of the database that the user connects from the Server Explorer.

I explored that the GUID of Server Explorer is guid_SE_MenuGroup. But I could not figure out how to determine the name of the database that the user selects.

Thanks in Advance

0

There are 0 best solutions below