CompositeActivityDesigner.GetNextSelectableObject Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet suivant dans l'ordre de navigation.
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
Paramètres
- current
- Object
Objet actuel dans l'ordre de navigation.
- direction
- DesignerNavigationDirection
Direction dans laquelle naviguer. 0 = suivant ; 1 = précédent ; 2 = gauche ; 3 = droite.
Retours
L'objet suivant dans l'ordre de navigation.
Remarques
GetNextSelectableObject déplace la sélection sur l'objet sélectionnable suivant dans la direction spécifiée.