LabelAutomationPeer(Label) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da LabelAutomationPeer classe.
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)
Parâmetros
- owner
- Label
O Label que está associado a este LabelAutomationPeer.