LabelAutomationPeer(Label) Konstruktor

Definition

Initialisiert eine neue Instanz der LabelAutomationPeer-Klasse.

public:
 LabelAutomationPeer(System::Windows::Controls::Label ^ owner);
public LabelAutomationPeer (System.Windows.Controls.Label owner);
new System.Windows.Automation.Peers.LabelAutomationPeer : System.Windows.Controls.Label -> System.Windows.Automation.Peers.LabelAutomationPeer
Public Sub New (owner As Label)

Parameter

owner
Label

Die Label, die diesem LabelAutomationPeer zugeordnet ist.

Gilt für