tagVsSccFilesFlags Enumeration
This enumeration specifies flags that are returned by a call to the GetSccFiles method.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration tagVsSccFilesFlags
[FlagsAttribute]
public enum tagVsSccFilesFlags
[FlagsAttribute]
public enum class tagVsSccFilesFlags
[<FlagsAttribute>]
type tagVsSccFilesFlags
public enum tagVsSccFilesFlags
Members
Member name | Description | |
---|---|---|
SFF_NoFlags | The file is normal. | |
SFF_HasSpecialFiles | The file is special. |
Remarks
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.