ActivityPreviewDesigner.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.
Retourne le premier objet sélectionnable qui suit l'objet spécifié dans l'ordre de navigation du ActivityPreviewDesigner actuel.
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 actuel dans l'ordre de navigation.
- direction
- DesignerNavigationDirection
Valeur d'énumération DesignerNavigationDirection qui spécifie la direction dans laquelle la navigation dans le concepteur est réalisée.
Retours
Premier Object sélectionnable qui suit obj
dans l'ordre de navigation.
Remarques
Dans la mesure où les utilisateurs ne peuvent naviguer qu'horizontalement dans le volet de visualisation du ActivityPreviewDesigner, GetNextSelectableObject reconnaît uniquement Left et Right.