ActivityPreviewDesigner.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.
Devolve o primeiro objeto selecionável que segue o objeto especificado na ordem de navegação da atual ActivityPreviewDesigner.
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
Parâmetros
- obj
- Object
O objeto atual na ordem de navegação.
- direction
- DesignerNavigationDirection
O DesignerNavigationDirection valor de enumeração que especifica a direção em que ocorre a navegação projetista.
Devoluções
Os primeiros selecionáveis Object que seguem obj na ordem de navegação.
Observações
Como os utilizadores só podem navegar horizontalmente no painel de pré-visualização do ActivityPreviewDesigner, GetNextSelectableObject apenas reconhece Left e Right.