次の方法で共有


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

オブジェクトのユーザーが読み取り可能な名前

適用対象