FreeformActivityDesigner.GetNextSelectableObject メソッド

定義

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

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

パラメーター

current
Object

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

navigate
DesignerNavigationDirection

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

返品

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

適用対象