UsbDeviceDescriptor.ProductId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 USB 裝置描述項的 idProduct 欄位。 此值表示裝置特定的產品識別碼,並由製造商指派。
public:
property unsigned int ProductId { unsigned int get(); };
uint32_t ProductId();
public uint ProductId { get; }
var uInt32 = usbDeviceDescriptor.productId;
Public ReadOnly Property ProductId As UInteger
屬性值
裝置定義的產品識別碼。