次の方法で共有


CastingDevice.GetDeviceSelector(CastingPlaybackTypes) メソッド

定義

特定の CastingPlaybackTypesWindows.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 フィルター文字列。

適用対象