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 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
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.