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 的值。

适用于