次の方法で共有


SequentialActivityDesigner.GetNextSelectableObject メソッド

定義

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

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

ナビゲーション順の現在のオブジェクト。

direction
DesignerNavigationDirection

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

戻り値

Object

Object のナビゲーション順で、obj パラメーターから後の最初の選択可能な SequentialActivityDesigner

適用対象