次の方法で共有


ISpiDeviceStatics.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

システムで見つかったすべての SPI バスを取得します。

GetDeviceSelector(String)

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

GetDeviceSelector()

システムで見つかったすべての SPI バスを取得します。

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

戻り値

String

Platform::String

winrt::hstring

システム上のすべてのバスを含む文字列。

属性

こちらもご覧ください

適用対象

GetDeviceSelector(String)

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

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

パラメーター

friendlyName
String

Platform::String

winrt::hstring

目的のバスの識別名を指定する入力パラメーター。 これは通常、回路図上の名前に対応します。

戻り値

String

Platform::String

winrt::hstring

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

属性

こちらもご覧ください

適用対象