CompositeActivityDesigner.GetNextSelectableObject Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o objeto que é o próximo 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 de navegação.
- direction
- DesignerNavigationDirection
A direção a seguir. 0 = próximo; 1 = anterior; 2 = esquerda; 3 = direita.
Devoluções
O objeto que vem a seguir na ordem de navegação.
Observações
GetNextSelectableObject faz com que a seleção se mova da seleção atual para o próximo objeto selecionável na direção especificada.