ElementFactoryRecycleArgs.Parent プロパティ

定義

リサイクルされる要素の現在の親 UIElement への参照を取得または設定します。

public:
 property UIElement ^ Parent { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Parent();

void Parent(UIElement value);
public UIElement Parent { get; set; }
var uIElement = elementFactoryRecycleArgs.parent;
elementFactoryRecycleArgs.parent = uIElement;
Public Property Parent As UIElement

プロパティ値

UIElement オブジェクトまたは null。 既定では、 null です

注釈

この値は省略可能です。 指定された場合、リサイクルされた要素を返す GetElement の実装のパフォーマンス最適化を有効にすることができます。 詳細については、 DataTemplate.RecycleElement メソッドの解説を参照してください。

適用対象

こちらもご覧ください