ParallelActivityDesigner.GetNextSelectableObject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回第一個可選取的物件,該物件在目前 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 列舉值,決定設計工具的巡覽順序。
傳回
Object,跟在指定物件之後。