IElementFactory Interface
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.
public interface class IElementFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(399682960, 4976, 21960, 128, 225, 120, 180, 144, 4, 169, 225)]
struct IElementFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.Guid(399682960, 4976, 21960, 128, 225, 120, 180, 144, 4, 169, 225)]
public interface IElementFactory
Public Interface IElementFactory
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Remarques
Deux implémentations concrètes de cette interface sont les suivantes :
La méthode GetElement est utilisée pour récupérer un instance valide d’un UIElement. La méthode RecycleElement est utilisée pour recycler les éléments.
Méthodes
GetElement(ElementFactoryGetArgs) |
Obtient un objet UIElement . |
RecycleElement(ElementFactoryRecycleArgs) |
Recycle un élément UIElement précédemment récupéré à l’aide de GetElement. |