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 qui est 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 actif dans l’ordre de navigation.
- direction
- DesignerNavigationDirection
Direction à parcourir. 0 = suivant ; 1 = précédent ; 2 = gauche ; 3 = droite.
Retours
Objet suivant dans l’ordre de navigation.
Remarques
GetNextSelectableObject fait passer la sélection de la sélection actuelle à l’objet sélectionnable suivant dans la direction spécifiée.