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

適用対象