VibrationDevice.Id 属性

定义

获取振动设备的标识符。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = vibrationDevice.id;
Public ReadOnly Property Id As String

属性值

String

Platform::String

winrt::hstring

用于标识单个输入设备的全局唯一标识符 (GUID) 。

适用于