Condividi tramite


ContentElementAutomationPeer.GetPattern(PatternInterface) Metodo

Definizione

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

Parametri

patternInterface
PatternInterface

Uno dei valori di enumerazione.

Restituisce

Object

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

Si applica a

Vedi anche