__VSWBREFRESHTYPE Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates refresh action to take with calls to Refresh(UInt32).
public enum class __VSWBREFRESHTYPE
C++/CX
public enum class __VSWBREFRESHTYPE
enum __VSWBREFRESHTYPE
public enum __VSWBREFRESHTYPE
type __VSWBREFRESHTYPE =
Public Enum __VSWBREFRESHTYPE
- Inheritance
-
__VSWBREFRESHTYPE
Name | Value | Description |
---|---|---|
VSWBR_Normal | 0 | Take normal action. |
VSWBR_IfExpired | 1 | Refresh the browser if the page has expired. |
VSWBR_Completely | 3 | Refresh the browser completely. |
From vsbrowse.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |