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