CacheFileEntityProjectSpecificInfoType 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.
Describes some special cases for solution items.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CacheFileEntityProjectSpecificInfoType
[<System.Flags>]
type CacheFileEntityProjectSpecificInfoType =
Public Enum CacheFileEntityProjectSpecificInfoType
- Inheritance
-
CacheFileEntityProjectSpecificInfoType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The item appears normally in Solution Explorer. |
1 | The item is hidden, meaning that in the scenario of an opened solution, the item are listen in the sln or csproj, but do not appear in the Solution Explorer. |
|
IsExternal | 2 | The item is external, meaning that in the scenario of an opened solution, the item comes from outside of the solution. |
IsMiscellaneous | 4 | The item is a miscellaneous file, in a solution. |