LabelAutomationPeer(Label) 建構函式

定義

初始化 LabelAutomationPeer 類別的新執行個體。

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)

參數

owner
Label

與這個 LabelAutomationPeer 關聯的 Label

適用於