다음을 통해 공유


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 개체의 배열입니다.

적용 대상