'宣言 Public Delegate Function Manager2.PriorityComparisonDelegate( _ ByVal scheduledStoryboard As Storyboard2, _ ByVal newStoryboard As Storyboard2, _ ByVal priorityEffect As PriorityEffect _ ) As System.Boolean
public delegate System.bool Manager2.PriorityComparisonDelegate( Storyboard2 scheduledStoryboard, Storyboard2 newStoryboard, PriorityEffect priorityEffect )
パラメータ
- scheduledStoryboard
- The scheduled storyboard.
- newStoryboard
- The new storyboard.
- priorityEffect
- The priority effect.
戻り値の型
true
if newStoryboard has priority. false
if scheduledStoryboard has priority