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