- logicalParent
- The logical parent element of the collection to be created.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Function CreateUIElementCollection( _ ByVal logicalParent As FrameworkElement _ ) As UIElementCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override UIElementCollection CreateUIElementCollection( FrameworkElement logicalParent ) |
C++/CLI | |
---|---|
protected: UIElementCollection CreateUIElementCollection( FrameworkElement logicalParent ) override |
Parameters
- logicalParent
- The logical parent element of the collection to be created.
Return Value
An ordered collection of elements that have the specified logical parent.
For more information, refer to CreateUIElementCollection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family