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
'Declaration
Public Const Dragging As String
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
- 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.