VSConstants.S_FALSE Field

HRESULT for false.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Const S_FALSE As Integer
'Usage
Dim value As Integer 

value = VSConstants.S_FALSE
public const int S_FALSE
public:
literal int S_FALSE
public const var S_FALSE : int

Remarks

Does not represent an error.

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

HRESULT Information in Managed Code

COM Constants and Macros in Managed Code