__VsErrorType Enumeration

Defines the types of errors produced by a solution load. Used by LogError(UInt32, String, String, Int32, Int32, String, String, String, String).

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Enumeration __VsErrorType
public enum __VsErrorType
public enum class __VsErrorType
type __VsErrorType
public enum __VsErrorType

Members

Member name Description
VsErrorType_Error A solution load error.
VsErrorType_Warning A solution load warning.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace