ClockCollection.Add(Clock) Methode

Definitie

Hiermee voegt u een nieuw Clock object toe aan het einde van dit ClockCollectionobject.

public:
 virtual void Add(System::Windows::Media::Animation::Clock ^ item);
public void Add(System.Windows.Media.Animation.Clock item);
abstract member Add : System.Windows.Media.Animation.Clock -> unit
override this.Add : System.Windows.Media.Animation.Clock -> unit
Public Sub Add (item As Clock)

Parameters

item
Clock

Het object dat moet worden toegevoegd.

Implementeringen

Van toepassing op