ISpiDeviceStatics.GetDeviceSelector メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
戻り値
システム上のすべてのバスを含む文字列。
- 属性
こちらもご覧ください
適用対象
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
目的のバスの識別名を指定する入力パラメーター。 これは通常、回路図上の名前に対応します。
戻り値
名前に入力を持つすべてのバスを含む文字列。
- 属性