DisplayAdapter.SourceCount 属性

定义

获取 (显示驱动程序公开的硬件源的计数) 数。 这通常是适配器允许的最大同时路径数。

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

属性值

UInt32

unsigned int

uint32_t

一个值,该值包含显示驱动程序公开的硬件源的计数 (计数) 。

适用于