|
2 | 2 | title: "Command Code Enumerator | Microsoft Docs"
|
3 | 3 | ms.date: "11/04/2016"
|
4 | 4 | ms.topic: "conceptual"
|
5 |
| -helpviewer_keywords: |
| 5 | +helpviewer_keywords: |
6 | 6 | - "command code enumerator"
|
7 | 7 | - "source control plug-ins, command code enumeration"
|
8 | 8 | ms.assetid: 5d2c360c-59e4-4da8-bcb4-dd07c7441e40
|
9 | 9 | author: "gregvanl"
|
10 | 10 | ms.author: "gregvanl"
|
11 | 11 | manager: jillfra
|
12 |
| -ms.workload: |
| 12 | +ms.workload: |
13 | 13 | - "vssdk"
|
14 | 14 | ---
|
15 | 15 | # Command code enumerator
|
16 |
| -This enumerator is used in the options for the [SccGetCommandOptions](../extensibility/sccgetcommandoptions-function.md) and the [SccPopulateList](../extensibility/sccpopulatelist-function.md)to indicate the command for which the options are specified. |
17 |
| - |
18 |
| -## Syntax |
19 |
| - |
20 |
| -``` |
21 |
| -enum SCCCOMMAND { |
22 |
| - SCC_COMMAND_GET, |
23 |
| - SCC_COMMAND_CHECKOUT, |
24 |
| - SCC_COMMAND_CHECKIN, |
25 |
| - SCC_COMMAND_UNCHECKOUT, |
26 |
| - SCC_COMMAND_ADD, |
27 |
| - SCC_COMMAND_REMOVE, |
28 |
| - SCC_COMMAND_DIFF, |
29 |
| - SCC_COMMAND_HISTORY, |
30 |
| - SCC_COMMAND_RENAME, |
31 |
| - SCC_COMMAND_PROPERTIES, |
32 |
| - SCC_COMMAND_OPTIONS |
33 |
| -}; |
34 |
| -``` |
35 |
| - |
36 |
| -## Members |
37 |
| - SCC_COMMAND_GET |
38 |
| - Corresponds to the [SccGet](../extensibility/sccget-function.md). |
39 |
| - |
40 |
| - SCC_COMMAND_CHECKOUT |
41 |
| - Corresponds to the [SccCheckout](../extensibility/scccheckout-function.md). |
42 |
| - |
43 |
| - SCC_COMMAND_CHECKIN |
44 |
| - Corresponds to the [SccCheckin](../extensibility/scccheckin-function.md). |
45 |
| - |
46 |
| - SCC_COMMAND_UNCHECKOUT |
47 |
| - Corresponds to the [SccUncheckout](../extensibility/sccuncheckout-function.md). |
48 |
| - |
49 |
| - SCC_COMMAND_ADD |
50 |
| - Corresponds to the [SccAdd](../extensibility/sccadd-function.md). |
51 |
| - |
52 |
| - SCC_COMMAND_REMOVE |
53 |
| - Corresponds to the [SccRemove](../extensibility/sccremove-function.md). |
54 |
| - |
55 |
| - SCC_COMMAND_DIFF |
56 |
| - Corresponds to the [SccDiff](../extensibility/sccdiff-function.md). |
57 |
| - |
58 |
| - SCC_COMMAND_HISTORY |
59 |
| - Corresponds to the [SccHistory](../extensibility/scchistory-function.md). |
60 |
| - |
61 |
| - SCC_COMMAND_RENAME |
62 |
| - Corresponds to the [SccRename](../extensibility/sccrename-function.md). |
63 |
| - |
64 |
| - SCC_COMMAND_PROPERTIES |
65 |
| - Corresponds to the [SccProperties](../extensibility/sccproperties-function.md). |
66 |
| - |
67 |
| - SCC_COMMAND_OPTIONS |
68 |
| - Corresponds to the [SccSetOption](../extensibility/sccsetoption-function.md). |
69 |
| - |
70 |
| -## See also |
71 |
| - [Source control plug-ins](../extensibility/source-control-plug-ins.md) |
72 |
| - [SccGetCommandOptions](../extensibility/sccgetcommandoptions-function.md) |
73 |
| - [SccPopulateList](../extensibility/sccpopulatelist-function.md) |
| 16 | +This enumerator is used in the options for the [SccGetCommandOptions](../extensibility/sccgetcommandoptions-function.md) and the [SccPopulateList](../extensibility/sccpopulatelist-function.md)to indicate the command for which the options are specified. |
| 17 | + |
| 18 | +## Syntax |
| 19 | + |
| 20 | +``` |
| 21 | +enum SCCCOMMAND { |
| 22 | + SCC_COMMAND_GET, |
| 23 | + SCC_COMMAND_CHECKOUT, |
| 24 | + SCC_COMMAND_CHECKIN, |
| 25 | + SCC_COMMAND_UNCHECKOUT, |
| 26 | + SCC_COMMAND_ADD, |
| 27 | + SCC_COMMAND_REMOVE, |
| 28 | + SCC_COMMAND_DIFF, |
| 29 | + SCC_COMMAND_HISTORY, |
| 30 | + SCC_COMMAND_RENAME, |
| 31 | + SCC_COMMAND_PROPERTIES, |
| 32 | + SCC_COMMAND_OPTIONS |
| 33 | +}; |
| 34 | +``` |
| 35 | + |
| 36 | +## Members |
| 37 | +SCC_COMMAND_GET |
| 38 | +Corresponds to the [SccGet](../extensibility/sccget-function.md). |
| 39 | + |
| 40 | +SCC_COMMAND_CHECKOUT |
| 41 | +Corresponds to the [SccCheckout](../extensibility/scccheckout-function.md). |
| 42 | + |
| 43 | +SCC_COMMAND_CHECKIN |
| 44 | +Corresponds to the [SccCheckin](../extensibility/scccheckin-function.md). |
| 45 | + |
| 46 | +SCC_COMMAND_UNCHECKOUT |
| 47 | +Corresponds to the [SccUncheckout](../extensibility/sccuncheckout-function.md). |
| 48 | + |
| 49 | +SCC_COMMAND_ADD |
| 50 | +Corresponds to the [SccAdd](../extensibility/sccadd-function.md). |
| 51 | + |
| 52 | +SCC_COMMAND_REMOVE |
| 53 | +Corresponds to the [SccRemove](../extensibility/sccremove-function.md). |
| 54 | + |
| 55 | +SCC_COMMAND_DIFF |
| 56 | +Corresponds to the [SccDiff](../extensibility/sccdiff-function.md). |
| 57 | + |
| 58 | +SCC_COMMAND_HISTORY |
| 59 | +Corresponds to the [SccHistory](../extensibility/scchistory-function.md). |
| 60 | + |
| 61 | +SCC_COMMAND_RENAME |
| 62 | +Corresponds to the [SccRename](../extensibility/sccrename-function.md). |
| 63 | + |
| 64 | +SCC_COMMAND_PROPERTIES |
| 65 | +Corresponds to the [SccProperties](../extensibility/sccproperties-function.md). |
| 66 | + |
| 67 | +SCC_COMMAND_OPTIONS |
| 68 | +Corresponds to the [SccSetOption](../extensibility/sccsetoption-function.md). |
| 69 | + |
| 70 | +## See also |
| 71 | +[Source control plug-ins](../extensibility/source-control-plug-ins.md) |
| 72 | +[SccGetCommandOptions](../extensibility/sccgetcommandoptions-function.md) |
| 73 | +[SccPopulateList](../extensibility/sccpopulatelist-function.md) |
0 commit comments