tagVsSccSpecialFilesFlags 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.
Flags associated with special source control files as returned by GetSccSpecialFiles(UInt32, String, CALPOLESTR[], CADWORD[]).
This enumeration supports a bitwise combination of its member values.
public enum class tagVsSccSpecialFilesFlags
public enum class tagVsSccSpecialFilesFlags
enum tagVsSccSpecialFilesFlags
[System.Flags]
public enum tagVsSccSpecialFilesFlags
[<System.Flags>]
type tagVsSccSpecialFilesFlags =
Public Enum tagVsSccSpecialFilesFlags
- Inheritance
-
tagVsSccSpecialFilesFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
SSFF_NoFlags | 0 | Nothing out of the ordinary for this special file. |
Remarks
Files that are marked as special by a call to GetSccFiles are further examined by a call to GetSccSpecialFiles. The latter method returns a value from this enumeration for each special file.