zxg58 发表于 2015-5-12 11:20:47

Windows Phone 7 Tip (7)

  Microsoft.Devices.Environment.DeviceType
  
  // Summary:
    //   Defines the device type values used by the Microsoft.Devices.Environment.DeviceType
    //   property.
    public enum DeviceType
    {
      // Summary:
      //   The device type is an actual device.
      Device = 0,
      //
      // Summary:
      //   The device type is a device emulator.
      Emulator = 1,
    }
页: [1]
查看完整版本: Windows Phone 7 Tip (7)