KnownUIContexts.DraggingContext Property
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.
A UI context indicating that a drag-drop operation within the Solution Explorer is in progress
public:
static property Microsoft::VisualStudio::Shell::UIContext ^ DraggingContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext DraggingContext { get; }
static member DraggingContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property DraggingContext As UIContext