Udostępnij za pośrednictwem


TextBoxAutomationPeer.GetPattern(PatternInterface) Metoda

Definicja

Pobiera wzorzec sterowania dla elementu skojarzonego TextBox z tym TextBoxAutomationPeerelementem .

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

Wartość z wyliczenia.

Zwraca

Obiekt, który obsługuje wzorzec kontrolki, jeśli patternInterface jest obsługiwaną wartością; w przeciwnym razie null.

Uwagi

W poniższej tabeli opisano, co GetPattern metoda zwraca w zależności od wartości patternInterfaceelementu :

Wartość patternInterface Wartość zwracana
Value Odwołanie do bieżącego wystąpienia klasy TextBoxAutomationPeer.
Scroll Element ScrollViewerAutomationPeer dla tego TextBoxAutomationPeer.
Text Obiekt, który implementuje ITextProvider interfejs.
SynchronizedInput Obiekt, który implementuje ISynchronizedInputProvider interfejs.

Dotyczy

Zobacz też