TypeConverter.StandardValuesCollection(ICollection) 建構函式

定義

初始化 TypeConverter.StandardValuesCollection 類別的新執行個體。

public:
 StandardValuesCollection(System::Collections::ICollection ^ values);
public StandardValuesCollection (System.Collections.ICollection values);
public StandardValuesCollection (System.Collections.ICollection? values);
new System.ComponentModel.TypeConverter.StandardValuesCollection : System.Collections.ICollection -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Sub New (values As ICollection)

參數

values
ICollection

ICollection,表示要放到集合的物件。

適用於

另請參閱