IVsWebPreviewAction.OnPreviewLoadStart Method

Definition

Method called when the preview window starts loading its document.

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

Returns

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

Applies to