'DeclarationPublic Overridable Sub AddChildren( _ ByVal children() As INUIElement _ )
'UsageDim instance As NUIElementContainer Dim children() As INUIElement instance.AddChildren(children)
public virtual void AddChildren( INUIElement[] children )
Parameters
- children