UIContextGuids100.ToolboxInitialized Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies a context in which the Toolbox is being initialized.

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

Syntax

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

value = UIContextGuids100.ToolboxInitialized
public const string ToolboxInitialized
public:
literal String^ ToolboxInitialized
static val mutable ToolboxInitialized: string
public const var ToolboxInitialized : String

Remarks

This context becomes active when the Toolbox is opened for the first time since starting Visual Studio. Once the Toolbox is initialized, this context remains active until Visual Studio exits.

The GUID for this context is: {DC5DB425-F0FD-4403-96A1-F475CDBA9EE0}. It is defined in vsshell80.h.

.NET Framework Security

See Also

Reference

UIContextGuids100 Class

UIContextGuids100 Members

Microsoft.VisualStudio.Shell.Interop Namespace