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)

Syntax

'Declaration
Public Const DataSourceWindow As String
public const string DataSourceWindow
public:
literal String^ DataSourceWindow
static val mutable DataSourceWindow: string
public const var DataSourceWindow : String

Remarks

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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace