共用方式為


UsbInterface.InterfaceSettings 屬性

定義

取得 物件的陣列,表示為 USB 介面定義的替代設定。

public:
 property IVectorView<UsbInterfaceSetting ^> ^ InterfaceSettings { IVectorView<UsbInterfaceSetting ^> ^ get(); };
IVectorView<UsbInterfaceSetting> InterfaceSettings();
public IReadOnlyList<UsbInterfaceSetting> InterfaceSettings { get; }
var iVectorView = usbInterface.interfaceSettings;
Public ReadOnly Property InterfaceSettings As IReadOnlyList(Of UsbInterfaceSetting)

屬性值

UsbInterfaceSetting物件的陣列。

適用於