RibbonGalleryCategoryAutomationPeer.CreateItemAutomationPeer(Object) 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.
Crée un nouveau RibbonGalleryItemDataAutomationPeer pour l'élément spécifié.
protected:
override System::Windows::Automation::Peers::ItemAutomationPeer ^ CreateItemAutomationPeer(System::Object ^ item);
protected override System.Windows.Automation.Peers.ItemAutomationPeer CreateItemAutomationPeer (object item);
override this.CreateItemAutomationPeer : obj -> System.Windows.Automation.Peers.ItemAutomationPeer
Protected Overrides Function CreateItemAutomationPeer (item As Object) As ItemAutomationPeer
Paramètres
- item
- Object
Un objet situé dans RibbonGalleryCategory associé à ce RibbonGalleryCategoryAutomationPeer.
Retours
RibbonGalleryItemDataAutomationPeer pour l'élément spécifié.