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