IVsObjectListOwner.HaveSearchHit Method
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.
Indicates whether or not a search has found something.
public:
int HaveSearchHit();
public:
int HaveSearchHit();
int HaveSearchHit();
public int HaveSearchHit ();
abstract member HaveSearchHit : unit -> int
Public Function HaveSearchHit () As Integer
Returns
If the search found something, returns S_OK. Otherwise, it returns S_FALSE.