DisplayAdapter.PciVendorId 属性

定义

获取适配器的 PCI 供应商 ID。

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

属性值

UInt32

unsigned int

uint32_t

一个包含适配器的 PCI 供应商 ID 的值。

适用于