ParallelActivityDesigner.GetNextSelectableObject メソッド

定義

現在の ParallelActivityDesigner のナビゲーション順で、指定されたオブジェクトから後の最初の選択可能オブジェクトを返します。

public:
 override System::Object ^ GetNextSelectableObject(System::Object ^ obj, System::Workflow::ComponentModel::Design::DesignerNavigationDirection direction);
public override object GetNextSelectableObject (object obj, System.Workflow.ComponentModel.Design.DesignerNavigationDirection direction);
override this.GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
Public Overrides Function GetNextSelectableObject (obj As Object, direction As DesignerNavigationDirection) As Object

パラメーター

obj
Object

ナビゲーション順の現在の Object

direction
DesignerNavigationDirection

デザイナーのナビゲーション順を決定する DesignerNavigationDirection 列挙値。

戻り値

指定したオブジェクトの後の Object

適用対象