TabletDevice.ProductId 属性

定义

获取 Tablet 设备的产品标识符。

public:
 property System::String ^ ProductId { System::String ^ get(); };
public string ProductId { get; }
member this.ProductId : string
Public ReadOnly Property ProductId As String

属性值

Tablet 设备的产品标识符。

示例

下面的代码示例演示 了 ProductId 属性。

textbox1.AppendText("ProductId: " + myTabletDevice.ProductId + "\n");
textbox1.AppendText("ProductId: " & myTabletDevice.ProductId & vbCrLf)

注解

平板电脑设备的制造商负责添加此字符串。 如果平板电脑设备没有标识符,则返回值为空。

适用于