Method InvokeWithSelectedTracks
InvokeWithSelectedTracks<T>()
Execute a given track action with the selected tracks.
선언
public static bool InvokeWithSelectedTracks<T>() where T : TrackAction
반환
| 타입 | 설명 |
|---|---|
| bool | True if the action has been executed, false otherwise. |
타입 파라미터
| 이름 | 설명 |
|---|---|
| T | Action type to execute. |