__VsErrorType Enumeration

 

Defines the types of errors produced by a solution load. Used by LogError.

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

public enum __VsErrorType

Member nameDescription
VsErrorType_Error

A solution load error.

VsErrorType_Warning

A solution load warning.

Return to top
Show: