CastingDevice.GetDeviceSelector(CastingPlaybackTypes) 方法

定義

取得要搭配指定CastingPlaybackTypes之 Windows.Devices.Enumeration API 使用的 AQS 篩選字串。

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

參數

type
CastingPlaybackTypes

轉換播放類型。

傳回

String

Platform::String

winrt::hstring

AQS 篩選字串。

適用於