根据指定的参数来构造一个新的 ListBoxItem 对象。

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public ListBoxItemObject(
	Object data,
	string name
)

参数

data
Type: System..::.Object
ListBoxItemObject 要绑定的数据。
name
Type: System..::.String
ListBoxItemObject 要绑定的数据名称。

请参见