UIContextGuids.Dragging Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a context that occurs while dragging items in Solution Explorer.
public: System::String ^ Dragging;
std::wstring Dragging;
public const string Dragging;
val mutable Dragging : string
Public Const Dragging As String
Field Value
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.