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的第一个可选择项obj,其导航顺序为 SequentialActivityDesigner

适用于