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입니다.

적용 대상