Share via


DisplayTarget.AdapterRelativeId 属性

定义

获取此目标的驱动程序定义的标识符,该标识符在设备启动和重新启动之间唯一标识连接器。 请注意,此标识符仅在其适配器中是唯一的,根本不引用连接的监视器。

public:
 property unsigned int AdapterRelativeId { unsigned int get(); };
uint32_t AdapterRelativeId();
public uint AdapterRelativeId { get; }
var uInt32 = displayTarget.adapterRelativeId;
Public ReadOnly Property AdapterRelativeId As UInteger

属性值

UInt32

unsigned int

uint32_t

此目标的驱动程序定义的标识符。

注解

这也称为旧版显示配置 API 中的“目标 ID”。

适用于