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
輸入參數,指定所需匯流排的識別名稱。 這通常對應至圖解上的名稱。
傳回
包含名稱中輸入之所有匯流排的字串。
- 屬性