AutomationProperties.GetControlledPeers(DependencyObject) メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ターゲット所有者から制御されたピアの一覧を取得する静的ユーティリティ メソッド。
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
制御されたピアを取得する所有者オブジェクト。
ターゲット要素が制御するピアを含むリスト。
制御されたピアの検査は、ほとんどのピア実装で使用する必要がない高度なシナリオです。
この識別子は、アクセシビリティの 自動提案に一般的に使用されます。
製品 | バージョン |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |