LogDisplayType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |