Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnInactiveMouseMove ( _
pRectBounds As RECT(), _
x As Integer, _
y As Integer, _
grfKeyState As UInteger _
)
'Usage
Dim instance As IPointerInactive
Dim pRectBounds As RECT()
Dim x As Integer
Dim y As Integer
Dim grfKeyState As UInteger
instance.OnInactiveMouseMove(pRectBounds, _
x, y, grfKeyState)
void OnInactiveMouseMove(
RECT[] pRectBounds,
int x,
int y,
uint grfKeyState
)
void OnInactiveMouseMove(
[InAttribute] array<RECT>^ pRectBounds,
[InAttribute] int x,
[InAttribute] int y,
[InAttribute] unsigned int grfKeyState
)
abstract OnInactiveMouseMove :
pRectBounds:RECT[] *
x:int *
y:int *
grfKeyState:uint32 -> unit
function OnInactiveMouseMove(
pRectBounds : RECT[],
x : int,
y : int,
grfKeyState : uint
)
Parameters
- pRectBounds
Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- x
Type: System.Int32
- y
Type: System.Int32
- grfKeyState
Type: System.UInt32
.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.