SequentialActivityDesigner.GetNextSelectableObject Méthode

Définition

Retourne le premier objet sélectionnable qui suit l’objet spécifié dans l’ordre de navigation de l’objet actif SequentialActivityDesigner.

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

Paramètres

obj
Object

Objet actif dans l’ordre de navigation.

direction
DesignerNavigationDirection

Valeur DesignerNavigationDirection d’énumération qui détermine l’ordre de navigation du concepteur.

Retours

Premier sélectionnable Object qui suit le obj paramètre dans l’ordre de navigation du SequentialActivityDesigner.

S’applique à