次の方法で共有


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 を含む値。

適用対象