次の方法で共有


UIElement3DAutomationPeer(UIElement3D) コンストラクター

定義

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

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

パラメーター

owner
UIElement3D

この UIElement3DAutomationPeer に関連付けられた UIElement3D

注釈

UIElement3DAutomationPeerは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象