ParallelActivityDesigner.GetNextSelectableObject(Object, DesignerNavigationDirection) 方法
定义
返回在当前 ParallelActivityDesigner 的导航顺序中位于指定对象后面的第一个可选择对象。Returns the first selectable object that follows the specified object in the navigation order of the current ParallelActivityDesigner.
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
参数
- direction
- DesignerNavigationDirection
确定设计器的导航顺序的 DesignerNavigationDirection 枚举值。A DesignerNavigationDirection enumeration value that determines the navigation order of the designer.
返回
位于指定对象后面的 Object。An Object that follows the specified object.