Switcher.ListViewCollection Constructor
Initializes a new instance of the Switcher.ListViewCollection 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..::..ListViewCollection(owner)
public ListViewCollection(
Switcher owner
)
public:
ListViewCollection(
Switcher^ owner
)
new :
owner:Switcher -> ListViewCollection
public function Switcher..::..ListViewCollection(
owner : Switcher
)
Parameters
- owner
Type: Microsoft.SqlServer.Management.Controls.Switcher
The object that controls the collection.