VSConstants.VS_E_WIZARDBACKBUTTONPRESS Field
An HRESULT value that indicates that the user hit the back button in a Visual Studio wizard.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Const VS_E_WIZARDBACKBUTTONPRESS As Integer
'使用
Dim value As Integer
value = VSConstants.VS_E_WIZARDBACKBUTTONPRESS
public const int VS_E_WIZARDBACKBUTTONPRESS
public:
literal int VS_E_WIZARDBACKBUTTONPRESS
public const var VS_E_WIZARDBACKBUTTONPRESS : int
Field Value
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.