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