Basic Library for UWP/WinRT XAML
CreateAutomationPeer(Object,Type) メソッド

オーナーコントロール。
オーナーコントロールのタイプ。
指定された C1 コントロールの AutomationPeer クラスのインスタンスを返します。
構文
'宣言
 
Public Overloads Shared Function CreateAutomationPeer( _
   ByVal peerOwner As System.Object, _
   ByVal ownerType As System.Type _
) As Windows.UI.Xaml.Automation.Peers.AutomationPeer
public static Windows.UI.Xaml.Automation.Peers.AutomationPeer CreateAutomationPeer( 
   System.object peerOwner,
   System.Type ownerType
)

パラメータ

peerOwner
オーナーコントロール。
ownerType
オーナーコントロールのタイプ。

戻り値の型

オートメーションピアオブジェクト。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

AutomationPeerFactory クラス
AutomationPeerFactory メンバ
オーバーロード一覧

Send Feedback