ViewBase.GetAutomationPeer(ListView) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ListView コントロールがその ListViewAutomationPeer の View を作成するときに呼び出されます。
protected public:
virtual System::Windows::Automation::Peers::IViewAutomationPeer ^ GetAutomationPeer(System::Windows::Controls::ListView ^ parent);
protected internal virtual System.Windows.Automation.Peers.IViewAutomationPeer GetAutomationPeer (System.Windows.Controls.ListView parent);
abstract member GetAutomationPeer : System.Windows.Controls.ListView -> System.Windows.Automation.Peers.IViewAutomationPeer
override this.GetAutomationPeer : System.Windows.Controls.ListView -> System.Windows.Automation.Peers.IViewAutomationPeer
Protected Friend Overridable Function GetAutomationPeer (parent As ListView) As IViewAutomationPeer
パラメーター
- parent
- ListView
ListView を作成するために使用する ListViewAutomationPeer コントロール。
戻り値
カスタム IViewAutomationPeer の ListViewAutomationPeer を実装する View インターフェイス。
注釈
1 つ目は ListViewAutomationPeer 、コントロールに対して定義されている既定のプロパティと AutomationPattern パターンを使用する前に、指定したビューによって実装されるプロパティとオブジェクトを ListView 使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET