ActivityPreviewDesigner.GetNextSelectableObject 方法

定义

返回在当前 ActivityPreviewDesigner导航顺序中遵循指定对象的第一个可选择对象。

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项。

注解

由于用户只能在预览窗格中 ActivityPreviewDesigner水平导航, GetNextSelectableObject 因此只能识别 LeftRight

适用于