IVsWebPreviewAction.OnPreviewClose Method

Definition

Method called when the preview window closes.

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

Returns

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

Applies to