UIElementAutomationPeer.GetPattern(PatternInterface) Metodo

Definizione

Ottiene il pattern di controllo per l'oggetto UIElement associato all'oggetto 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

Parametri

patternInterface
PatternInterface

Valore ricavato dall'enumerazione.

Restituisce

Object

Oggetto che implementa l'interfaccia ISynchronizedInputProvider se patternInterface è SynchronizedInput; in caso contrario, null.

Si applica a