Partager via


GridViewCellAutomationPeer.GetPattern(PatternInterface) Méthode

Définition

Obtient le modèle de contrôle pour l’élément associé à ce GridViewCellAutomationPeer.

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

Paramètres

patternInterface
PatternInterface

Une des valeurs de l'énumération.

Retours

Si patternInterface est GridItem ou TableItem, cette méthode retourne le GridViewCellAutomationPeer actuel.

S’applique à