StructuredCompositeActivityDesigner.GetNextSelectableObject メソッド

定義

現在の StructuredCompositeActivityDesignerのナビゲーション順序で、指定したオブジェクトの後に続く最初の選択可能なオブジェクトを返します。

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

パラメーター

current
Object

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

direction
DesignerNavigationDirection

デザイナーのナビゲーション順序を決定する DesignerNavigationDirection

返品

ナビゲーション順序でObjectパラメーターに続く最初の選択可能なobj

適用対象