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
确定设计器的导航顺序的 A DesignerNavigationDirection 。
返回
导航顺序中参数后面的Object第一个可选择obj项。