WiFiDirectDevice.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

Direct デバイスを列挙するために使用できるクラス選択文字列 Wi-Fi 返します。

GetDeviceSelector(WiFiDirectDeviceSelectorType)

特定の Wi-Fi Direct デバイス セレクターの種類の Direct デバイス Wi-Fi 列挙するために使用できるクラス選択文字列を返します。

GetDeviceSelector()

Direct デバイスを列挙するために使用できるクラス選択文字列 Wi-Fi 返します。

public:
 static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

戻り値

String

Platform::String

winrt::hstring

Direct デバイスの列挙に使用できるクラス選択文字列 Wi-Fi。

属性

注釈

このメソッドは、Direct デバイス インターフェイス Wi-Fi のみを返します。

こちらもご覧ください

適用対象

GetDeviceSelector(WiFiDirectDeviceSelectorType)

特定の Wi-Fi Direct デバイス セレクターの種類の Direct デバイス Wi-Fi 列挙するために使用できるクラス選択文字列を返します。

public:
 static Platform::String ^ GetDeviceSelector(WiFiDirectDeviceSelectorType type);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector(WiFiDirectDeviceSelectorType const& type);
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector(WiFiDirectDeviceSelectorType type);
function getDeviceSelector(type)
Public Shared Function GetDeviceSelector (type As WiFiDirectDeviceSelectorType) As String

パラメーター

type
WiFiDirectDeviceSelectorType

特定の Wi-Fi ダイレクト デバイス セレクターの種類。

戻り値

String

Platform::String

winrt::hstring

Direct デバイスの列挙に使用できるクラス選択文字列 Wi-Fi。

属性

注釈

このメソッドは、Wi-Fi Direct デバイス インターフェイス、または パラメーターの値に応じて、Wi-Fi Direct をサポートする PC、タブレット、および電話の関連エンドポイントを返します。

こちらもご覧ください

適用対象