SpiDevice.GetDeviceSelector Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetDeviceSelector() |
Ottiene tutti gli autobus SPI trovati nel sistema. |
GetDeviceSelector(String) |
Ottiene tutti gli autobus SPI trovati nel sistema che corrispondono al parametro di input. |
GetDeviceSelector()
Ottiene tutti gli autobus SPI trovati nel sistema.
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
Restituisce
Stringa contenente tutti gli autobus trovati nel sistema.
- Attributi
Vedi anche
Si applica a
GetDeviceSelector(String)
Ottiene tutti gli autobus SPI trovati nel sistema che corrispondono al parametro di input.
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
Parametri
- friendlyName
-
String
Platform::String
winrt::hstring
Parametro di input che specifica un nome di identificazione per il bus desiderato. In genere corrisponde a un nome sullo schema.
Restituisce
Stringa contenente tutti gli autobus che hanno l'input nel nome.
- Attributi