'宣言 Public ReadOnly Property TouchesCapturedWithin As System.Collections.Generic.IEnumerable(Of TouchDevice)
'使用法 Dim instance As PageSettingsView Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesCapturedWithin
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCapturedWithin {get;}