ElementFactoryRecycleArgs 類別

定義

表示呼叫 IElementFactory 物件的 RecycleElement 方法實作時所要使用的選擇性自變數。

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
繼承
Object Platform::Object IInspectable ElementFactoryRecycleArgs
屬性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ActivatableAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute

建構函式

ElementFactoryRecycleArgs()

初始化 ElementFactoryRecycleArgs 類別的新實例。

屬性

Element

取得或設定要回收的專案。

Parent

取得或設定回收專案的父代。

適用於