DisplayPath.FindModes(DisplayModeQueryOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
查詢驅動程式,以判斷可套用至此 DisplayPath的有效模式組合。 已在此路徑上設定的任何屬性,會用來限制傳回的模式集。
public:
virtual IVectorView<DisplayModeInfo ^> ^ FindModes(DisplayModeQueryOptions flags) = FindModes;
IVectorView<DisplayModeInfo> FindModes(DisplayModeQueryOptions const& flags);
public IReadOnlyList<DisplayModeInfo> FindModes(DisplayModeQueryOptions flags);
function findModes(flags)
Public Function FindModes (flags As DisplayModeQueryOptions) As IReadOnlyList(Of DisplayModeInfo)
參數
- flags
- DisplayModeQueryOptions
DisplayModeQueryOptions 值,其中包含用於篩選結果模式的擴充選項。
傳回
集合,其中包含驅動程式報告可以成功套用至此路徑的零個或多個模式。 如果集合是空的,則驅動程式不支援套用 DisplayState,或提供的選項太有限制。
備註
使用 旗標篩選傳回的模式,或藉由設定某些屬性來限制模式列舉,可提供顯著的效能改善。 如果不受限制,這個方法的成本很高,因為驅動程式會直接查詢,而且可能會執行複雜的計算來判斷支援模式的聯集。