VSConstants.S_FALSE Field
HRESULT for false.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'宣告
Public Const S_FALSE As Integer
'用途
Dim value As Integer
value = VSConstants.S_FALSE
public const int S_FALSE
public:
literal int S_FALSE
static val mutable S_FALSE: int
public const var S_FALSE : int
Remarks
Does not represent an error.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio Namespace