CompositeActivityDesigner.GetNextSelectableObject メソッド

定義

ナビゲーション順で次のオブジェクトを取得します。

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

パラメーター

current
Object

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

direction
DesignerNavigationDirection

移動方向。 0 = 次、1 = 前、2 = 左、3 = 右。

戻り値

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

注釈

GetNextSelectableObject により、現在選択されているものから、指定した方向の次の選択可能オブジェクトに、選択が移動します。

適用対象