Udostępnij za pośrednictwem


TreeViewItemAutomationPeer.GetPattern(PatternInterface) Metoda

Definicja

Pobiera wzorzec sterowania skojarzony TreeViewItem z tym TreeViewItemAutomationPeerelementem .

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

Parametry

patternInterface
PatternInterface

Jedna z wartości wyliczenia.

Zwraca

Object

Jeśli patternInterface jest to ScrollItem, SelectionItemlub ExpandCollapse, ta metoda zwraca bieżące wystąpienie TreeViewItemAutomationPeerobiektu ; w przeciwnym razie zwraca wartość null.

Dotyczy

Zobacz też