Sdílet prostřednictvím


RichTextBoxAutomationPeer.GetPattern(PatternInterface) Metoda

Definice

Získá řídicí vzor pro RichTextBox to, který je přidružen k tomuto 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

Parametry

patternInterface
PatternInterface

Hodnota v výčtu.

Návraty

Object

Pokud patternInterface ano Text, tato metoda vrátí ITextProvider odkaz. Pokud patternInterface ano Scroll, tato metoda vrátí novou ScrollViewerAutomationPeer.

Platí pro

Viz také