tagVsSccFilesFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
SFF_NoFlags | 0 | The file is normal. |
SFF_HasSpecialFiles | 1 | 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.