共用方式為


ComponentInformation 建構函式

定義

多載

ComponentInformation(ComponentInformation)
ComponentInformation(Object, String)

建立 的新實例 ComponentInformation

ComponentInformation(ComponentInformation)

protected ComponentInformation (System.Device.ComponentInformation original);
Protected Sub New (original As ComponentInformation)

參數

適用於

ComponentInformation(Object, String)

建立 的新實例 ComponentInformation

public ComponentInformation (object instance, string description);
new System.Device.ComponentInformation : obj * string -> System.Device.ComponentInformation
Public Sub New (instance As Object, description As String)

參數

instance
Object

此資訊所屬的實例

description
String

物件的使用者可讀取名稱

適用於