Share via


ContentElementAutomationPeer.GetPattern(PatternInterface) Méthode

Définition

Obtient le modèle de contrôle pour le ContentElement associé à ce ContentElementAutomationPeer.

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

Une des valeurs de l'énumération.

Retours

Object

Objet qui implémente l’interface ISynchronizedInputProvider si patternInterface est SynchronizedInput ; sinon, null.

S’applique à

Voir aussi