Share via


Switcher.WidgetsCollection Constructor

Initializes a new instance of the Switcher.WidgetsCollection class.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    owner As Switcher _
)
'Usage
Dim owner As Switcher

Dim instance As New Switcher..::..WidgetsCollection(owner)
public WidgetsCollection(
    Switcher owner
)
public:
WidgetsCollection(
    Switcher^ owner
)
new : 
        owner:Switcher -> WidgetsCollection
public function Switcher..::..WidgetsCollection(
    owner : Switcher
)

Parameters