SpiDevice.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

システムで検出されたすべての SPI バスを取得します。

GetDeviceSelector(String)

入力パラメーターに一致するシステムで検出されたすべての SPI バスを取得します。

GetDeviceSelector()

システムで検出されたすべての SPI バスを取得します。

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

システムで見つかったすべてのバスを含む文字列。

属性

こちらもご覧ください

適用対象

GetDeviceSelector(String)

入力パラメーターに一致するシステムで検出されたすべての SPI バスを取得します。

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

パラメーター

friendlyName
String

Platform::String

winrt::hstring

目的のバスの識別名を指定する入力パラメーター。 これは通常、スケマティック上の名前に対応します。

戻り値

String

Platform::String

winrt::hstring

名前に入力を持つすべてのバスを含む文字列。

属性

こちらもご覧ください

適用対象