IVsWebBrowser.Stop Method

Definition

Stops the browser.

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

Returns

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

Applies to