次の方法で共有


VSConstants.UICONTEXT_SolutionBuilding Field

Packages may define a command that is associated with a change in UI context. Use UICONTEXT_SolutionBuilding to return the GUID of the command associated with this UI state. In this case the UI context is Build solution or build project mode is in effect.

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

Syntax

'宣言
Public Shared ReadOnly UICONTEXT_SolutionBuilding As Guid
'使用
Dim value As Guid

value = VSConstants.UICONTEXT_SolutionBuilding
public static readonly Guid UICONTEXT_SolutionBuilding
public:
static initonly Guid UICONTEXT_SolutionBuilding
public static final var UICONTEXT_SolutionBuilding : Guid

Field Value

Type: System.Guid

Remarks

A successful call to GetCmdUIContextCookie with UICONTEXT_SolutionBuilding as the first parameter returns the GUID value of the command UI context associated with this specific UI state.

The new UI context (which in this case is UICONTEXT_SolutionBuilding) may be retrieved with a call to [M:Microsoft.VisualStudio.Shell.Interop.IVsSelectionEvents.OnCmdUIContextChanged(System.UInt32,System.Int32);]

This method is not valid (will return E_FAIL) when the IDE is in Command Line Mode.

Permissions

See Also

Concepts

SDK Constants

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

IVsMonitorSelection