Share via


UIContextGuids80.DataSourceWindowSupported Field

Specifies a context in which a data source window is supported by the project.

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

Syntax

'Declaration
Public Const DataSourceWindowSupported As String
'Usage
Dim value As String 

value = UIContextGuids80.DataSourceWindowSupported
public const string DataSourceWindowSupported
public:
literal String^ DataSourceWindowSupported
public const var DataSourceWindowSupported : String

Remarks

This context becomes active when a project is loaded that supports data sources.

The GUID for this context that is usable in a .ctc file is:

#define UICONTEXT_DataSourceWindowSupported { 0x95C314C4, 0x660B, 0x4627, { 0x9F, 0x82, 0x1B, 0xAF, 0x1C, 0x76, 0x4B, 0xBF } }

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace