PwmChannel.QueryComponentInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.