Share via


IVsObjectListOwner.NotifySearchHit Method

Definition

Sets a flag to indicate a search has found an object.

public:
 int NotifySearchHit();
public:
 int NotifySearchHit();
int NotifySearchHit();
public int NotifySearchHit ();
abstract member NotifySearchHit : unit -> int
Public Function NotifySearchHit () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to