ModelSearchService Classe
Definição
Representa uma classe responsável por gerar uma TextImage e navegar até o ModelItem correspondente no designer de fluxo de trabalho.Represents a class that is responsible for generating a TextImage and navigating to the corresponding ModelItem in the workflow designer.
public ref class ModelSearchService abstract
public abstract class ModelSearchService
type ModelSearchService = class
Public MustInherit Class ModelSearchService
- Herança
-
ModelSearchService
Construtores
| ModelSearchService() |
Inicializa uma nova instância da classe ModelSearchService.Initializes a new instance of the ModelSearchService class. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GenerateTextImage() |
Gera uma imagem de texto pesquisável com base na árvore de item de modelo.Generates a searchable text image based on the model item tree. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| NavigateTo(Int32) |
Indica se a navegação para um Item de modelo baseado no número de linha na imagem de texto é bem-sucedida.Indicates whether the navigating to a model Item based on the line number in the text image succeeds. |
| NavigateTo(Int32, Int32, Int32, Int32) |
Indica se a navegação para um Item de modelo com base no local de origem no arquivo XAML.Indicates whether the navigating to a model Item based on the source location in the XAML file. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |