IVsWebPreviewAction.OnPreviewClose 方法

定义

预览窗口关闭时调用的方法。

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

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于