vsFindResult Enumeration

 

Represents the results of a search.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("6FA137BE-32A8-4F54-8099-60BB955097A3")]
public enum class vsFindResult

Member nameDescription
vsFindResultError

The search resulted in an error.

vsFindResultFound

The search item was found.

vsFindResultNotFound

The search item was not found.

vsFindResultPending

The search has not yet completed.

vsFindResultReplaceAndFound

The search item to replace was found.

vsFindResultReplaceAndNotFound

The search item to replace was not found.

vsFindResultReplaced

The search item was replaced.

Return to top
Show: