tagVsSccFilesFlags Enumeration

 

This enumeration specifies flags that are returned by a call to the GetSccFiles method.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum tagVsSccFilesFlags

Member nameDescription
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.

Return to top
Show: