UIContextGuids80.DataSourceWindowAutoVisible Field
Specifies a context in which a data source window is auto visible.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const DataSourceWindowAutoVisible As String
'Usage
Dim value As String
value = UIContextGuids80.DataSourceWindowAutoVisible
public const string DataSourceWindowAutoVisible
public:
literal String^ DataSourceWindowAutoVisible
public const var DataSourceWindowAutoVisible : String
Remarks
This context becomes active when a project is loaded that supports data sources whose windows can be automatically hidden.
The GUID for this context that is usable in a .ctc file is:
#define UICONTEXT_DataSourceWindowAutoVisible { 0x2E78870D, 0xAC7C, 0x4460, { 0xA4, 0xA1, 0x3F, 0xE3, 0x7D, 0x00, 0xEF, 0x81 } }
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.