TimelineCollection.Insert(Int32, Timeline) Yöntem

Tanım

Belirtilen Zaman Çizelgesi nesnesini belirtilen dizin konumunda buna TimelineCollection ekler.

public:
 virtual void Insert(int index, System::Windows::Media::Animation::Timeline ^ value);
public void Insert (int index, System.Windows.Media.Animation.Timeline value);
abstract member Insert : int * System.Windows.Media.Animation.Timeline -> unit
override this.Insert : int * System.Windows.Media.Animation.Timeline -> unit
Public Sub Insert (index As Integer, value As Timeline)

Parametreler

index
Int32

Içine value eklenen sıfır tabanlı dizin konumu.

value
Timeline

Eklenecek nesne.

Uygulamalar

Şunlara uygulanır