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

適用対象