ModelSearchService Class
Represents a class that is responsible for generating a TextImage and navigating to the corresponding ModelItem in the workflow designer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ModelSearchService() | Initializes a new instance of the ModelSearchService class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | MemberwiseClone() | |
![]() | NavigateTo(Int32) | Indicates whether the navigating to a model Item based on the line number in the text image succeeds. |
![]() | NavigateTo(Int32, Int32, Int32, Int32) | Indicates whether the navigating to a model Item based on the source location in the XAML file. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

