UIElementAutomationPeer.GetPattern(PatternInterface) Méthode

Définition

Obtient le modèle de contrôle pour le UIElement associé à ce UIElementAutomationPeer.

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 de l’énumération.

Retours

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

S’applique à