次の方法で共有


DisplayAdapter.PciDeviceId プロパティ

定義

アダプターの PCI デバイス ID を取得します。

public:
 property unsigned int PciDeviceId { unsigned int get(); };
uint32_t PciDeviceId();
public uint PciDeviceId { get; }
var uInt32 = displayAdapter.pciDeviceId;
Public ReadOnly Property PciDeviceId As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

アダプターの PCI デバイス ID を含む値。

適用対象