GpioController.QueryComponentInformation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询有关组件及其子级的信息。
public virtual System.Device.ComponentInformation QueryComponentInformation();
abstract member QueryComponentInformation : unit -> System.Device.ComponentInformation
override this.QueryComponentInformation : unit -> System.Device.ComponentInformation
Public Overridable Function QueryComponentInformation () As ComponentInformation
返回
实例树 ComponentInformation 。
注解
返回的数据结构 (或者更确切地说,其字符串表示形式) 可用于诊断不正确的驱动程序类型问题或其他系统配置问题。 此方法目前保留用于调试目的。 其行为 和 签名可能会发生更改。