UIElementAutomationPeer(UIElement) コンストラクター

定義

UIElementAutomationPeer クラスの新しいインスタンスを初期化します。

public:
 UIElementAutomationPeer(System::Windows::UIElement ^ owner);
public UIElementAutomationPeer (System.Windows.UIElement owner);
new System.Windows.Automation.Peers.UIElementAutomationPeer : System.Windows.UIElement -> System.Windows.Automation.Peers.UIElementAutomationPeer
Public Sub New (owner As UIElement)

パラメーター

owner
UIElement

この UIElementAutomationPeer に関連付けられた UIElement

適用対象