Campo UIContextGuids80.Dragging

 

Especifica um contexto que ocorre ao arrastar itens Solution Explorer.

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

Sintaxe

public const string Dragging
public:
literal String^ Dragging
static val mutable Dragging : string
Public Const Dragging As String

Valor de Campo

Type: System.String

Comentários

Neste contexto se torna ativo sempre que os itens são arrastados em torno Solution Explorer.Neste contexto se torna inativo quando a operação de arrastar é concluída.

O GUID para este contexto é: {B706F393-2E5B-49E7-9E2E-B1825F639B63}.Ele é definido em vsshell.h.

Consulte também

Classe UIContextGuids80
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo