DiagramClientView.InvokeDragDropTarget 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.
The shape that InvokeDragDrop() will drop onto, or null if there is no drop target.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ InvokeDragDropTarget { Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement InvokeDragDropTarget { get; }
member this.InvokeDragDropTarget : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public ReadOnly Property InvokeDragDropTarget As ShapeElement