TreeViewItemAutomationPeer.GetPattern(PatternInterface) メソッド

定義

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

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

列挙値の 1 つ。

返品

patternInterfaceScrollItemSelectionItem、またはExpandCollapseの場合、このメソッドはTreeViewItemAutomationPeerの現在のインスタンスを返します。それ以外の場合は、nullを返します。

適用対象

こちらもご覧ください