'Declaration
Protected Function CreateUIElementCollection( _ ByVal logicalParent As System.Windows.FrameworkElement _ ) As System.Windows.Controls.UIElementCollection
'Usage
Dim instance As SheetPresenter Dim logicalParent As System.Windows.FrameworkElement Dim value As System.Windows.Controls.UIElementCollection value = instance.CreateUIElementCollection(logicalParent)
protected System.Windows.Controls.UIElementCollection CreateUIElementCollection( System.Windows.FrameworkElement logicalParent )
protected function CreateUIElementCollection( logicalParent: System.Windows.FrameworkElement ): System.Windows.Controls.UIElementCollection;
protected function CreateUIElementCollection( logicalParent : System.Windows.FrameworkElement ) : System.Windows.Controls.UIElementCollection;
protected: System.Windows.Controls.UIElementCollection* CreateUIElementCollection( System.Windows.FrameworkElement* logicalParent )
protected: System.Windows.Controls.UIElementCollection^ CreateUIElementCollection( System.Windows.FrameworkElement^ logicalParent )
Parameters
- logicalParent