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

リサイクルされた要素の親を取得または設定します。

適用対象