WeakEventManager.ListenerList 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WeakEventManager.ListenerList 類別的新執行個體。
多載
WeakEventManager.ListenerList() |
初始化 WeakEventManager.ListenerList 類別的新執行個體。 |
WeakEventManager.ListenerList(Int32) |
使用指定的初始容量,初始化 WeakEventManager.ListenerList 類別的新執行個體。 |
WeakEventManager.ListenerList()
初始化 WeakEventManager.ListenerList 類別的新執行個體。
public:
ListenerList();
public ListenerList ();
Public Sub New ()
適用於
WeakEventManager.ListenerList(Int32)
使用指定的初始容量,初始化 WeakEventManager.ListenerList 類別的新執行個體。
public:
ListenerList(int capacity);
public ListenerList (int capacity);
new System.Windows.WeakEventManager.ListenerList : int -> System.Windows.WeakEventManager.ListenerList
Public Sub New (capacity As Integer)
參數
- capacity
- Int32
初始清單中應該配置的項目數目。