ScreenField.Addition(ScreenField, Int32) Operator

Definition

public:
 static Microsoft::HostIntegration::SNA::Session::ScreenField ^ operator +(Microsoft::HostIntegration::SNA::Session::ScreenField ^ field, int numberToMove);
public static Microsoft.HostIntegration.SNA.Session.ScreenField operator + (Microsoft.HostIntegration.SNA.Session.ScreenField field, int numberToMove);
static member ( + ) : Microsoft.HostIntegration.SNA.Session.ScreenField * int -> Microsoft.HostIntegration.SNA.Session.ScreenField
Public Shared Operator + (field As ScreenField, numberToMove As Integer) As ScreenField

Parameters

field
ScreenField
numberToMove
Int32

Returns

ScreenField

Applies to