'DeclarationPublic ReadOnly Property TouchesCaptured As System.Collections.Generic.IEnumerable(Of TouchDevice)
'UsageDim instance As HorizontalScrollbarsPresenter Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesCaptured
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCaptured {get;}
public read-only property TouchesCaptured: System.Collections.Generic.IEnumerable; 
            public function get TouchesCaptured : System.Collections.Generic.IEnumerable
            public: __property System.Collections.Generic.IEnumerable<TouchDevice*>* get_TouchesCaptured();
            public: property System.Collections.Generic.IEnumerable<TouchDevice^>^ TouchesCaptured { System.Collections.Generic.IEnumerable<TouchDevice^>^ get(); }