Sdílet prostřednictvím


ComponentInformation Konstruktory

Definice

Přetížení

ComponentInformation(ComponentInformation)
ComponentInformation(Object, String)

Vytvoření nové instance ComponentInformation

ComponentInformation(ComponentInformation)

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

Parametry

Platí pro

ComponentInformation(Object, String)

Vytvoření nové instance 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)

Parametry

instance
Object

Instance, do které tyto informace patří

description
String

Uživatelsky čitelný název objektu

Platí pro