ListViewAutomationPeer.GetPattern(PatternInterface) メソッド

定義

このListViewに関連付けられているListViewAutomationPeerのコントロール パターンを取得します。

public:
 override System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface patternInterface);
public override object GetPattern(System.Windows.Automation.Peers.PatternInterface patternInterface);
override this.GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public Overrides Function GetPattern (patternInterface As PatternInterface) As Object

パラメーター

patternInterface
PatternInterface

列挙体の値。

返品

このAutomationPeerが使用しているビューのListView。 既定の ListView 実装では GridViewが使用され、このメソッドは GridViewAutomationPeerを返します。

適用対象