AutomationProperties.GetControlledPeers(DependencyObject) メソッド

定義

ターゲット所有者から制御されたピアの一覧を取得する静的ユーティリティ メソッド。

public:
 static IVector<UIElement ^> ^ GetControlledPeers(DependencyObject ^ element);
 static IVector<UIElement> GetControlledPeers(DependencyObject const& element);
public static IList<UIElement> GetControlledPeers(DependencyObject element);
function getControlledPeers(element)
Public Shared Function GetControlledPeers (element As DependencyObject) As IList(Of UIElement)

パラメーター

element
DependencyObject

制御されたピアを取得する所有者オブジェクト。

戻り値

ターゲット要素が制御するピアを含むリスト。

注釈

制御されたピアを調べることは、ほとんどのピア実装で使用する必要がない高度なシナリオです。

この識別子は、アクセシビリティの 自動提案に一般的に使用されます。

適用対象