共用方式為


DisplayMonitor.GetDeviceSelector 方法

定義

傳回進階查詢語法 (AQS) 裝置介面選取器字串,以便擷取裝置 介面 (而非裝置) 。

DeviceInformation.CreateWatcher可以使用選取器來watch及列舉系統上的監視裝置。 或者,它可與 DeviceInformation.FindAllAsync 搭配使用,以擷取描述監視介面的 DeviceInformation 物件集合 (,而不是監視裝置) 。 存取其中一個物件上的 DeviceInformation.Id 屬性會擷取監視介面識別碼,您可以傳遞至 DisplayMonitor.FromInterfaceIdAsync (以取得詳細資料,請參閱 DisplayMonitor.FromInterfaceIdAsync) 的程式碼範例。 如果您向 FindAllAsync要求 System.Devices.DeviceInstanceId 其他屬性,則可以呼叫 DisplayMonitor.FromIdAsync (以取得詳細資料,請參閱 DisplayMonitor.FromIdAsync) 的程式碼範例。

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

傳回

String

Platform::String

winrt::hstring

進階查詢語法 (AQS) 裝置介面選取器字串。

適用於

另請參閱