Compartilhar via


Storyboard.SetTarget(Timeline, DependencyObject) Método

Definição

Faz com que a Linha do Tempo especificada direcione o objeto especificado.

public:
 static void SetTarget(Timeline ^ timeline, DependencyObject ^ target);
 static void SetTarget(Timeline const& timeline, DependencyObject const& target);
public static void SetTarget(Timeline timeline, DependencyObject target);
function setTarget(timeline, target)
Public Shared Sub SetTarget (timeline As Timeline, target As DependencyObject)

Parâmetros

timeline
Timeline

O linha do tempo que tem como destino o objeto de dependência especificado.

target
DependencyObject

A instância real do objeto a ser direcionado.

Aplica-se a