Verifies whether the results are cached for the drag-over mouse event.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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
- e
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramDragEventArgs
 The arguments for the drag-over mouse event.
Return Value
Type: System.Boolean
true if the results are cached for the drag-over mouse event; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.