SessionDisplay.GetScreenData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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