Partager via


ElementFactoryRecycleArgs Classe

Définition

Représente les arguments facultatifs à utiliser lors de l’appel d’une implémentation de la méthode RecycleElement d’un objet IElementFactory .

public ref class ElementFactoryRecycleArgs sealed
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Activatable(1)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class ElementFactoryRecycleArgs final
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Activatable(1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ElementFactoryRecycleArgs
Public NotInheritable Class ElementFactoryRecycleArgs
Héritage
Object Platform::Object IInspectable ElementFactoryRecycleArgs
Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ActivatableAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute

Constructeurs

ElementFactoryRecycleArgs()

Initialise une nouvelle instance de la classe ElementFactoryRecycleArgs.

Propriétés

Element

Obtient ou définit l’élément à recycler.

Parent

Obtient ou définit le parent de l’élément recyclé.

S’applique à