tagVsSccSpecialFilesFlags Enumeration

Flags associated with special source control files as returned by GetSccSpecialFiles.

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 tagVsSccSpecialFilesFlags
[FlagsAttribute]
public enum tagVsSccSpecialFilesFlags
[FlagsAttribute]
public enum class tagVsSccSpecialFilesFlags
[<FlagsAttribute>]
type tagVsSccSpecialFilesFlags
public enum tagVsSccSpecialFilesFlags

Members

Member name Description
SSFF_NoFlags 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace