SessionDisplay.GetFields 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
| GetFields() | |
| GetFields(ScreenFieldAttributeData) | |
| GetFields(String) |
GetFields()
public:
Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFields();
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFields ();
member this.GetFields : unit -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFields () As ScreenFieldCollection
Returns
Applies to
GetFields(ScreenFieldAttributeData)
public:
Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFields(Microsoft::HostIntegration::SNA::Session::ScreenFieldAttributeData ^ searchAttribute);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFields (Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData searchAttribute);
member this.GetFields : Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFields (searchAttribute As ScreenFieldAttributeData) As ScreenFieldCollection
Parameters
- searchAttribute
- ScreenFieldAttributeData
Returns
Applies to
GetFields(String)
public:
Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFields(System::String ^ searchText);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFields (string searchText);
member this.GetFields : string -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFields (searchText As String) As ScreenFieldCollection
Parameters
- searchText
- String