ModelSearchService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
ModelSearchService
Constructors
ModelSearchService() |
Initializes a new instance of the ModelSearchService class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateTextImage() |
Generates a searchable text image based on the model item tree. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
NavigateTo(Int32, Int32, Int32, Int32) |
Indicates whether the navigating to a model Item based on the source location in the XAML file. |
NavigateTo(Int32) |
Indicates whether the navigating to a model Item based on the line number in the text image succeeds. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |