Panel.CreateUIElementCollection(FrameworkElement) Metodo

Definizione

Crea un nuovo oggetto UIElementCollection.

protected:
 virtual System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected virtual System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
abstract member CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overridable Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection

Parametri

logicalParent
FrameworkElement

L'elemento padre logico dell'insieme da creare.

Restituisce

UIElementCollection

Un insieme ordinato di elementi che hanno l’elemento padre logico specificato.

Commenti

Usare l'oggetto UIElementCollection generato per memorizzare nella cache informazioni sugli elementi figlio o per eseguire aggiornamenti di layout incrementali.

Si applica a

Vedi anche