Enumerators
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
This section lists the enumerator data types in the Source Control Plug-in API that the source control plug-in must know about.
In this section
Command code Enumerates the options for the SccGetCommandOptions and SccPopulateList functions.
Message Enumerates flags used for the print callback, LPTEXTOUTPROC.
File status code Contains named constant values that specify the state of a file under source control.
Directory status code Contains named constant values that specify the state of a directory under source control.
Related sections
Create a source control plug-in Defines the Source Control Plug-in SDK and describes the included resources.
SccGetCommandOptions Prompts the user for advanced options for the given command.
SccPopulateList Examines the list of files for their current status. In addition, uses the
pfnPopulate
function to notify the caller when a file does not match the criteria for thenCommand
.LPTEXTOUTPROC Describes the callback function that is used by SccOpenProject to display messages from the source control plug-in through the IDE.
Source control plug-ins Provides a complete listing of all the elements in the Source Control Plug-in API.