tagVsSccFilesFlags Enum

Definition

This enumeration specifies flags that are returned by a call to the GetSccFiles(UInt32, CALPOLESTR[], CADWORD[]) method.

This enumeration supports a bitwise combination of its member values.

public enum class tagVsSccFilesFlags
public enum class tagVsSccFilesFlags
enum tagVsSccFilesFlags
[System.Flags]
public enum tagVsSccFilesFlags
[<System.Flags>]
type tagVsSccFilesFlags = 
Public Enum tagVsSccFilesFlags
Inheritance
tagVsSccFilesFlags
Attributes

Fields

SFF_HasSpecialFiles 1

The file is special.

SFF_NoFlags 0

The file is normal.

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.

Applies to