Share via


AutomationPeer.GetDescribedByCore メソッド

定義

オートメーション要素に関する詳細情報を提供する要素のコレクションを取得します。

protected:
 virtual IIterable<AutomationPeer ^> ^ GetDescribedByCore() = GetDescribedByCore;
IIterable<AutomationPeer> GetDescribedByCore();
protected virtual IEnumerable<AutomationPeer> GetDescribedByCore();
function getDescribedByCore()
Protected Overridable Function GetDescribedByCore () As IEnumerable(Of AutomationPeer)

戻り値

オートメーション要素に関する詳細情報を提供する要素のコレクション。

注釈

GetDescribedBy は、オートメーション要素がアプリケーション UI の別のセグメントによって説明されるときに使用されます。 たとえば、コレクションは、複雑なカスタム リスト オブジェクトから "85 グループの 2,529 項目、選択された 10 個の項目" のテキスト要素を指すことができます。 クライアントが同様の情報をダイジェストするためにオブジェクト モデルを使用する代わりに、GetDescribedBy によって返されるコレクションは、UI 要素を記述する便利なエンド ユーザー情報を既に提供している可能性がある UI 要素にすばやくアクセスできます。

適用対象