FreeformActivityDesigner.GetNextSelectableObject 메서드

정의

현재 FreeformActivityDesigner탐색 순서에서 지정된 개체 뒤에 있는 첫 번째 선택 가능한 개체를 반환합니다.

public:
 override System::Object ^ GetNextSelectableObject(System::Object ^ current, System::Workflow::ComponentModel::Design::DesignerNavigationDirection navigate);
public override object GetNextSelectableObject(object current, System.Workflow.ComponentModel.Design.DesignerNavigationDirection navigate);
override this.GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
Public Overrides Function GetNextSelectableObject (current As Object, navigate As DesignerNavigationDirection) As Object

매개 변수

current
Object

탐색 순서의 현재 Object 입니다.

navigate
DesignerNavigationDirection

디자이너의 DesignerNavigationDirection 탐색 순서를 결정하는 열거형 값입니다.

반품

탐색 순서에서 Object 매개 변수를 따르는 첫 번째 선택 가능 obj 요소입니다.

적용 대상