Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の選択範囲を (プログラムで) 取得するにはどうすればよいですか? 例として、Activity可能であれば?
Activity
Activity activity = workflowDesigner.Context.Items.GetValue<Selection>(). PrimarySelection.GetCurrentValue() as Activity;