ToolWindowGuids80::DataSourceWindow Field

 

This tool window displays a list of data sources such as databases for a program.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ DataSourceWindow

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidDataSourceWindow { 0x873151D0, 0xCF2E, 0x48CC, { 0xB4, 0xBF, 0xAD, 0x03, 0x94, 0xF6, 0xA3, 0xC3 } }

This tool window is typically available by selecting Show Data Sources from the Data menu.

Return to top
Show: