StructuredCompositeActivityDesigner.GetNextSelectableObject 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前 StructuredCompositeActivityDesigner 的导航顺序中位于指定对象后面的第一个可选择对象。
public:
override System::Object ^ GetNextSelectableObject(System::Object ^ current, System::Workflow::ComponentModel::Design::DesignerNavigationDirection direction);
public override object GetNextSelectableObject (object current, System.Workflow.ComponentModel.Design.DesignerNavigationDirection direction);
override this.GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
Public Overrides Function GetNextSelectableObject (current As Object, direction As DesignerNavigationDirection) As Object
参数
- current
- Object
导航顺序中的当前对象。
- direction
- DesignerNavigationDirection
确定设计器的导航顺序的 DesignerNavigationDirection。
返回
导航顺序中位于 Object 参数后面的第一个可选择 obj
。