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 = left;3 = 右。

返回

下一步是导航顺序的对象。

注解

GetNextSelectableObject 使所选内容从当前所选内容移动到指定方向的下一个可选择对象。

适用于