Method | Description | |
---|---|---|
GenerateTextImage ( ) : TextImage |
Generate a searchable text image based on the model item tree.
|
|
NavigateTo ( int location ) : bool |
Navigate to a modelItem based on the line number in the text image.
|
|
NavigateTo ( int startLine, int startColumn, int endLine, int endColumn ) : bool |
Navigate to a modelItem based on the source location in the xaml file.
|
Method | Description | |
---|---|---|
ModelSearchService ( ) : System.Activities.Presentation.Model |
Constructs a new ModelSearchService.
|
public abstract GenerateTextImage ( ) : TextImage | ||
return | TextImage |
protected ModelSearchService ( ) : System.Activities.Presentation.Model | ||
return | System.Activities.Presentation.Model |
public abstract NavigateTo ( int location ) : bool | ||
location | int | the line number in text image. |
return | bool |
public abstract NavigateTo ( int startLine, int startColumn, int endLine, int endColumn ) : bool | ||
startLine | int | |
startColumn | int | |
endLine | int | |
endColumn | int | |
return | bool |