ScreenField.Item[] Property
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
| Item[Int16, Int16] | |
| Item[Int16] |
Item[Int16, Int16]
public:
property Microsoft::HostIntegration::SNA::Session::ScreenPartialField ^ default[short, short] { Microsoft::HostIntegration::SNA::Session::ScreenPartialField ^ get(short offset, short length); };
public Microsoft.HostIntegration.SNA.Session.ScreenPartialField this[short offset, short length] { get; }
member this.Item(int16 * int16) : Microsoft.HostIntegration.SNA.Session.ScreenPartialField
Default Public ReadOnly Property Item(offset As Short, length As Short) As ScreenPartialField
Parameters
- offset
- Int16
- length
- Int16
Property Value
Applies to
Item[Int16]
public:
property Microsoft::HostIntegration::SNA::Session::ScreenPartialField ^ default[short] { Microsoft::HostIntegration::SNA::Session::ScreenPartialField ^ get(short offset); };
public Microsoft.HostIntegration.SNA.Session.ScreenPartialField this[short offset] { get; }
member this.Item(int16) : Microsoft.HostIntegration.SNA.Session.ScreenPartialField
Default Public ReadOnly Property Item(offset As Short) As ScreenPartialField
Parameters
- offset
- Int16