ContentElementAutomationPeer.GetPattern(PatternInterface) Método

Definição

Obtém o padrão de controle do ContentElement associado a este 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

Parâmetros

patternInterface
PatternInterface

Um dos valores de enumeração.

Retornos

Object

Um objeto que implementará a interface ISynchronizedInputProvider se patternInterface for SynchronizedInput; caso contrário, null.

Aplica-se a

Confira também