DisplayAdapter.SourceCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 (显示驱动程序公开的硬件源的计数) 数。 这通常是适配器允许的最大同时路径数。
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
属性值
一个值,该值包含显示驱动程序公开的硬件源的计数 (计数) 。