DragDropStateManager.GetIsDragDropDirectlyOver Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
'Declaration
Public Shared Function GetIsDragDropDirectlyOver ( _
element As DependencyObject _
) As Boolean
public static bool GetIsDragDropDirectlyOver(
DependencyObject element
)
public:
static bool GetIsDragDropDirectlyOver(
DependencyObject^ element
)
static member GetIsDragDropDirectlyOver :
element:DependencyObject -> bool
public static function GetIsDragDropDirectlyOver(
element : DependencyObject
) : boolean
- element
Type: System.Windows.DependencyObject
Type: System.Boolean
- 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.