共用方式為


UsbConfiguration 類別

定義

提供 USB 組態、其描述項和該組態內定義的介面的相關資訊。 如需 USB 設定的說明,請參閱通用序列匯流排 (USB) 規格中的第 9.6.3 節。

public ref class UsbConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbConfiguration
Public NotInheritable Class UsbConfiguration
繼承
Object Platform::Object IInspectable UsbConfiguration
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

在 USB 組態中,介面數目及其替代設定會根據裝置支援的介面數目而變動。 您可以使用下列專案收集所有資訊: UsbConfigurationDescriptorUsbConfigurationDescriptor.DescriptorsUsbConfigurationDescriptor包含組態描述元的前 9 個位元組。 UsbConfigurationDescriptor.Descriptors物件包含與所有介面及其設定相關聯的描述元陣列。

屬性

ConfigurationDescriptor

取得 物件,其中包含與 USB 組態相關聯的描述元的前 9 個位元組。

Descriptors

取得 物件的陣列,表示與 USB 組態相關聯的完整描述項集合。

UsbInterfaces

取得 USB 組態中可用的 USB 介面陣列。

適用於