DisplayMonitor.GetDeviceSelector 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回進階查詢語法 (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
傳回
進階查詢語法 (AQS) 裝置介面選取器字串。