Panel.CreateUIElementCollection(FrameworkElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.