SessionDisplay.GetScreenData Method

Definition

Overloads

GetScreenData(Int16, Int16, Int16)
GetScreenData(Int16, Int16, String)

GetScreenData(Int16, Int16, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenData ^ GetScreenData(short row, short column, short maximumLength);
public Microsoft.HostIntegration.SNA.Session.ScreenData GetScreenData (short row, short column, short maximumLength);
member this.GetScreenData : int16 * int16 * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenData
Public Function GetScreenData (row As Short, column As Short, maximumLength As Short) As ScreenData

Parameters

row
Int16
column
Int16
maximumLength
Int16

Returns

ScreenData

Applies to

GetScreenData(Int16, Int16, String)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenData ^ GetScreenData(short row, short column, System::String ^ searchText);
public Microsoft.HostIntegration.SNA.Session.ScreenData GetScreenData (short row, short column, string searchText);
member this.GetScreenData : int16 * int16 * string -> Microsoft.HostIntegration.SNA.Session.ScreenData
Public Function GetScreenData (row As Short, column As Short, searchText As String) As ScreenData

Parameters

row
Int16
column
Int16
searchText
String

Returns

ScreenData

Applies to