Condividi tramite


CacheFileEntityProjectSpecificInfoType Enum

Definition

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

IsExternal 2

The item is external, meaning that in the scenario of an opened solution, the item comes from outside of the solution.

IsHidden 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.

IsMiscellaneous 4

The item is a miscellaneous file, in a solution.

None 0

The item appears normally in Solution Explorer.

Applies to