__VSIconSource 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.
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
Name | Value | Description |
---|---|---|
IS_Unknown | 0 | The icon source is unknown. |
IS_VisualStudio | 1 | The icon is provided by Visual Studio. |
IS_OperatingSystem | 2 | The icon is provided by the operating system. |