IVsObjectListOwner.HaveSearchHit Method

Definition

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.

Applies to