ScrollViewerAutomationPeer.GetPattern(PatternInterface) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le modèle de contrôle pour le ScrollViewer associé à ce ScrollViewerAutomationPeer.
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
Valeur comprise dans l'énumération.
Retours
Si patternInterface
est Scroll, cette méthode retourne un pointeur this
; sinon, elle retourne null
.