__ACTIVITYLOG_ENTRYTYPE Enumeration

 

Specifies the type of an entry in an activity log.

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

public enum __ACTIVITYLOG_ENTRYTYPE

Member nameDescription
ALE_ERROR

Specifies an error entry.

ALE_INFORMATION

Specifies an informational entry.

ALE_WARNING

Specifies a warning entry.

Return to top
Show: