Sdílet prostřednictvím


TableCellAutomationPeer.GetPattern(PatternInterface) Metoda

Definice

Získá řídicí vzor pro TableCell to, který je přidružen k tomuto TableCellAutomationPeer.

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

Hodnota z výčtu.

Návraty

Object

Pokud patternInterface je GridItem, tato metoda vrátí aktuální instanci TableCellAutomationPeer; jinak tato metoda vrátí null.

Platí pro

Viz také