DisplayManager.GetCurrentAdapters 方法

定义

枚举系统上当前存在的一组显示适配器。

public:
 virtual IVectorView<DisplayAdapter ^> ^ GetCurrentAdapters() = GetCurrentAdapters;
IVectorView<DisplayAdapter> GetCurrentAdapters();
public IReadOnlyList<DisplayAdapter> GetCurrentAdapters();
function getCurrentAdapters()
Public Function GetCurrentAdapters () As IReadOnlyList(Of DisplayAdapter)

返回

DisplayAdapter 值的集合。

适用于