I2cDevice.QueryComponentInformation Method

Definition

Query information about a component and it's children.

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

Returns

A tree of ComponentInformation instances.

Remarks

This method is currently reserved for debugging purposes. Its behavior its and signature are subject to change.

Applies to