UsbDeviceClasses.ActiveSync 属性

定义

获取符合 Active Sync 设备类的设备的设备类对象。

public:
 static property UsbDeviceClass ^ ActiveSync { UsbDeviceClass ^ get(); };
static UsbDeviceClass ActiveSync();
public static UsbDeviceClass ActiveSync { get; }
var usbDeviceClass = UsbDeviceClasses.activeSync;
Public Shared ReadOnly Property ActiveSync As UsbDeviceClass

属性值

Active Sync 设备类的 UsbDeviceClass 对象。

适用于

另请参阅