ScreenField.Item[] Property

Definition

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

ScreenPartialField

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

Property Value

ScreenPartialField

Applies to