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

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

HRESULT Information in Managed Code

COM Constants and Macros in Managed Code