UIContextGuids80.Dragging Field

Specifies a context that occurs while dragging items in Solution Explorer.

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

Syntax

‘선언
Public Const Dragging As String
‘사용 방법
Dim value As String

value = UIContextGuids80.Dragging
public const string Dragging
public:
literal String^ Dragging
static val mutable Dragging: string
public const var Dragging : String

Remarks

This context becomes active whenever items are being dragged around in Solution Explorer. This context becomes inactive when the dragging operation is completed.

The GUID for this context is: {B706F393-2E5B-49E7-9E2E-B1825F639B63}. It is defined in vsshell.h.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace