ShapeElement.HasCachedDragOverResult Method

Verifies whether the results are cached for the drag-over mouse event.

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

Syntax

'Declaration
Protected Function HasCachedDragOverResult ( _
    e As DiagramDragEventArgs _
) As Boolean
protected bool HasCachedDragOverResult(
    DiagramDragEventArgs e
)
protected:
bool HasCachedDragOverResult(
    DiagramDragEventArgs^ e
)
member HasCachedDragOverResult : 
        e:DiagramDragEventArgs -> bool
protected function HasCachedDragOverResult(
    e : DiagramDragEventArgs
) : boolean

Parameters

Return Value

Type: Boolean
true if the results are cached for the drag-over mouse event; otherwise, false.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace