Switcher.WidgetListEditor.CreateNewItemTypes Method
Obtains the data types that Switcher.WidgetListEditor can contain.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overrides Function CreateNewItemTypes As Type()
'Usage
Dim returnValue As Type()
returnValue = Me.CreateNewItemTypes()
protected override Type[] CreateNewItemTypes()
protected:
virtual array<Type^>^ CreateNewItemTypes() override
abstract CreateNewItemTypes : unit -> Type[]
override CreateNewItemTypes : unit -> Type[]
protected override function CreateNewItemTypes() : Type[]
Return Value
Type: array<System.Type[]
An array of data types that this collection can contain.
See Also