Condividi tramite


Panel.CreateUIElementCollection(FrameworkElement) Metodo

Definizione

Crea un nuovo 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

Elemento padre logico della raccolta da creare.

Valori restituiti

Raccolta ordinata di elementi con l'elemento padre logico specificato.

Commenti

Utilizzare l'oggetto generato UIElementCollection per memorizzare nella cache le informazioni sugli elementi figlio o per eseguire aggiornamenti incrementali del layout.

Si applica a