次の方法で共有


StructuredCompositeActivityDesigner.GetNextSelectableObject メソッド

定義

現在の 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

Object の後に続く、ナビゲーション順で最初に選択可能な obj

適用対象