vsFindResult Enum
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 the results of a search.
public enum class vsFindResult
public enum class vsFindResult
enum vsFindResult
[System.Runtime.InteropServices.Guid("6FA137BE-32A8-4F54-8099-60BB955097A3")]
public enum vsFindResult
[<System.Runtime.InteropServices.Guid("6FA137BE-32A8-4F54-8099-60BB955097A3")>]
type vsFindResult =
Public Enum vsFindResult
- Inheritance
-
vsFindResult
- Attributes
Fields
vsFindResultError | 6 | The search resulted in an error. |
vsFindResultFound | 1 | The search item was found. |
vsFindResultNotFound | 0 | The search item was not found. |
vsFindResultPending | 5 | The search has not yet completed. |
vsFindResultReplaceAndFound | 3 | The search item to replace was found. |
vsFindResultReplaceAndNotFound | 2 | The search item to replace was not found. |
vsFindResultReplaced | 4 | The search item was replaced. |