tagVsSccFilesFlags Enumeration
Visual Studio 2015
This enumeration specifies flags that are returned by a call to the GetSccFiles method.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| SFF_HasSpecialFiles | The file is special. | |
| SFF_NoFlags | The file is normal. |
A special file is one that is hidden or otherwise not shown in the project's hierarchy but is associated with a file that is shown in the hierarchy. If a file is marked as special, a call to GetSccSpecialFiles will be made to retrieve information about the file.
Show: