다음을 통해 공유


UsbConfiguration.UsbInterfaces 속성

정의

USB 구성에서 사용할 수 있는 USB 인터페이스 배열을 가져옵니다.

public:
 property IVectorView<UsbInterface ^> ^ UsbInterfaces { IVectorView<UsbInterface ^> ^ get(); };
IVectorView<UsbInterface> UsbInterfaces();
public IReadOnlyList<UsbInterface> UsbInterfaces { get; }
var iVectorView = usbConfiguration.usbInterfaces;
Public ReadOnly Property UsbInterfaces As IReadOnlyList(Of UsbInterface)

속성 값

UsbInterface 개체의 배열입니다.

적용 대상