Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not implemented.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub Move ( _
x As Double, _
y As Double _
) Implements ITransformProvider.Move
void ITransformProvider.Move(
double x,
double y
)
private:
virtual void Move(
double x,
double y
) sealed = ITransformProvider::Move
private abstract Move :
x:float *
y:float -> unit
private override Move :
x:float *
y:float -> unit
JScript does not support explicit interface implementations.
Parameters
- x
Type: System.Double
This API is not implemented.
- y
Type: System.Double
This API is not implemented.
Implements
ITransformProvider.Move(Double, Double)
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | In all cases. |
.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.