Share via


CollectionMethod Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines values that determine whether touch data collection is handled in managed code or in the native driver.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SPOT.Touch
Assembly:  Microsoft.SPOT.Touch (in Microsoft.SPOT.Touch.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CollectionMethod
[FlagsAttribute]
public enum CollectionMethod
[FlagsAttribute]
public enum class CollectionMethod
[<FlagsAttribute>]
type CollectionMethod
public enum CollectionMethod

Members

Member name Description
Managed Touch data should be collected in managed code.
Native Touch data should be collected in the native driver.

See Also

Reference

Microsoft.SPOT.Touch Namespace