__VSIconSource Enum

Definition

Options for the source of an icon.

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

Fields

IS_OperatingSystem 2

The icon is provided by the operating system.

IS_Unknown 0

The icon source is unknown.

IS_VisualStudio 1

The icon is provided by Visual Studio.

Applies to