'DeclarationPublic ReadOnly Property TouchesDirectlyOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'UsageDim instance As WorkbookView Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesDirectlyOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesDirectlyOver {get;}