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

傳回

下一個導航順序的物體。

備註

GetNextSelectableObject 使選取從當前選取移動到指定方向的下一個可選取物件。

適用於