Condividi tramite


TableCellAutomationPeer.GetPattern(PatternInterface) Metodo

Definizione

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

Parametri

patternInterface
PatternInterface

Valore ricavato dall'enumerazione.

Restituisce

Object

Se patternInterface è GridItem, questo metodo restituisce l'istanza corrente di TableCellAutomationPeer. In caso contrario, il metodo restituisce null.

Si applica a

Vedi anche