WeakEventManager.ListenerList.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a modifiable clone of this WeakEventManager.ListenerList.
public:
System::Windows::WeakEventManager::ListenerList ^ Clone();
public System.Windows.WeakEventManager.ListenerList Clone ();
public virtual System.Windows.WeakEventManager.ListenerList Clone ();
member this.Clone : unit -> System.Windows.WeakEventManager.ListenerList
abstract member Clone : unit -> System.Windows.WeakEventManager.ListenerList
override this.Clone : unit -> System.Windows.WeakEventManager.ListenerList
Public Function Clone () As WeakEventManager.ListenerList
Public Overridable Function Clone () As WeakEventManager.ListenerList
Returns
A modifiable clone of the current object.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.