IElementFactory.GetElement(ElementFactoryGetArgs) Metodo

Definizione

Ottiene un oggetto UIElement .

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

Parametri

Restituisce

Oggetto UIElement .

Commenti

Quando si chiama GetElement, l'oggetto UIElement restituito può essere aggiunto all'albero visivo di un altro UIElement. GetElement non è necessario per creare una nuova istanza ogni volta che viene richiamata. UiElement restituito può essere un'istanza esistente preparata per il riutilizzo.

Per altre informazioni, vedere le osservazioni per il metodo DataTemplate.GetElement .

Si applica a

Vedi anche