DisplaySource.SourceId 属性

定义

获取此源的适配器相对标识符。

public:
 property unsigned int SourceId { unsigned int get(); };
uint32_t SourceId();
public uint SourceId { get; }
var uInt32 = displaySource.sourceId;
Public ReadOnly Property SourceId As UInteger

属性值

UInt32

unsigned int

uint32_t

此源的适配器相对标识符。

注解

此值可用于与旧版显示配置 API 的互操作。

适用于