CompositeActivityDesigner.GetNextSelectableObject Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o objeto que vem a seguir na ordem de navegação.
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
Parâmetros
- current
- Object
O objeto atual na ordem da navegação.
- direction
- DesignerNavigationDirection
A direção a ser navegada. 0 = próximo; 1 = anterior; 2 = esquerda; 3 = direita.
Retornos
O objeto que é o próximo na ordem de navegação.
Comentários
GetNextSelectableObject faz com que a seleção passe da seleção atual para o próximo objeto selecionável na direção especificada.