Sdílet prostřednictvím


ContentElementAutomationPeer.GetPattern(PatternInterface) Metoda

Definice

Získá řídicí vzor pro ContentElement , který je přidružen k tomuto 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

Parametry

patternInterface
PatternInterface

Jedna z hodnot výčtu

Návraty

Object

Objekt, který implementuje ISynchronizedInputProvider rozhraní, pokud patternInterface je SynchronizedInput; jinak , null.

Platí pro

Viz také