Share via


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

定義

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

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

パラメーター

owner
UIElement

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

適用対象