IElementFactory.GetElement(ElementFactoryGetArgs) メソッド

定義

UIElement オブジェクトを取得します。

UIElement GetElement(ElementFactoryGetArgs const& args);
public UIElement GetElement(ElementFactoryGetArgs args);
function getElement(args)
Public Function GetElement (args As ElementFactoryGetArgs) As UIElement

パラメーター

args
ElementFactoryGetArgs

ElementFactoryGetArgs のインスタンス。

戻り値

UIElement オブジェクト。

注釈

GetElement を呼び出すと、返される UIElement オブジェクトを別の UIElement のビジュアル ツリーに追加できます。 GetElement は、呼び出されるたびに新しいインスタンスを作成する必要はありません。 返される UIElement は、再利用のために準備された既存のインスタンスである可能性があります。

詳細については、 DataTemplate.GetElement メソッドの解説を参照してください。

適用対象

こちらもご覧ください