RichTextBoxAutomationPeer.GetPattern(PatternInterface) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le modèle de contrôle pour le RichTextBox associé à ce 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
Paramètres
- patternInterface
- PatternInterface
Valeur comprise dans l'énumération.
Retours
Si patternInterface
a la valeur Text, cette méthode retourne une référence ITextProvider. Si patternInterface
a la valeur Scroll, cette méthode retourne un nouveau ScrollViewerAutomationPeer.