Compartilhar via


RichTextBoxAutomationPeer.GetPattern(PatternInterface) Método

Definição

Obtém o padrão de controle do RichTextBox associado a este RichTextBoxAutomationPeer.

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

Parâmetros

patternInterface
PatternInterface

Um valor na enumeração.

Retornos

Object

Se patternInterface for Text, esse método retornará uma referência ITextProvider. Se patternInterface for Scroll, esse método retornará um novo ScrollViewerAutomationPeer.

Aplica-se a

Confira também