RepeatButtonAutomationPeer.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

Valore nell'enumerazione.

Restituisce

Object

Se patternInterface è Invoke, questo metodo restituisce un riferimento all'istanza corrente di RepeatButtonAutomationPeer. In caso contrario, null.

Si applica a

Vedi anche