ShapeElement.HasCachedDragOverResult(DiagramDragEventArgs) Method
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.
Returns true if the Drag Over result is cached.
protected:
bool HasCachedDragOverResult(Microsoft::VisualStudio::Modeling::Diagrams::DiagramDragEventArgs ^ e);
protected bool HasCachedDragOverResult (Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs e);
member this.HasCachedDragOverResult : Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs -> bool
Protected Function HasCachedDragOverResult (e As DiagramDragEventArgs) As Boolean
Parameters
The DiagramDragArgs to use.
Returns
true if the Drag Over result is cached, else false.