Storyboard.SetTarget(Timeline, DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- timeline
- Timeline
指定した依存関係オブジェクトを対象とするタイムライン。
- target
- DependencyObject
ターゲットにするオブジェクトの実際のインスタンス。