DragDropPendingAction Class

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

Public Class DragDropPendingAction _
    Inherits SelectAction

Dim instance As DragDropPendingAction
public class DragDropPendingAction : SelectAction
public ref class DragDropPendingAction : public SelectAction
public class DragDropPendingAction extends SelectAction

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
    Microsoft.VisualStudio.Modeling.Diagrams.SelectAction
      Microsoft.VisualStudio.Modeling.Diagrams.DragDropPendingAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DragDropPendingAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace