LogDisplayType Enum

Definition

The UI where output would be directed for an IVsTaskProgress or IVsTaskProgressCollection.

public enum class LogDisplayType
public enum LogDisplayType
type LogDisplayType = 
Public Enum LogDisplayType
Inheritance
LogDisplayType

Fields

None 0

Output will not be directed to a persistent UI like the output window, etc.

OutputWindow 1

Output will be directed to the output window.

Applies to