'Declaration
Public ReadOnly Property TouchesCapturedWithin As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
Dim instance As SheetTab Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesCapturedWithin
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCapturedWithin {get;}