共用方式為


GpioDriver.QueryComponentInformation 方法

定義

查詢元件及其子系的相關資訊。

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 結構。

備註

傳回的資料結構 (或相反地,其字串表示) 可用來診斷驅動程式類型不正確或其他系統設定問題的問題。 這個方法目前保留供偵錯之用。 其行為和簽章可能會變更。

適用於