MotionReading 结构

命名空间:  Microsoft.Devices.Sensors
程序集:  Microsoft.Devices.Sensors(在 Microsoft.Devices.Sensors.dll 中)

语法

声明
Public Structure MotionReading _
    Implements ISensorReading
public struct MotionReading : ISensorReading
public value class MotionReading : ISensorReading
[<Sealed>]
type MotionReading =  
    struct
        interface ISensorReading
    end

MotionReading 类型公开以下成员。

属性

  名称 说明
公共属性 Attitude
公共属性 DeviceAcceleration
公共属性 DeviceRotationRate
公共属性 Gravity
公共属性 Timestamp

页首

方法

  名称 说明
公共方法 Equals 指示此实例与指定对象是否相等。 (继承自 ValueType。)
公共方法 GetHashCode 返回此实例的哈希代码。 (继承自 ValueType。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回该实例的完全限定类型名。 (继承自 ValueType。)

页首

版本信息

适用于 Windows Phone 应用的 .NET

受以下版本支持:Windows Phone 8、Silverlight 8.1

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Devices.Sensors 命名空间