Skip to content

Commit 9a1da88

Browse files
authored
Delete unnecessary spaces
1 parent 20cfa01 commit 9a1da88

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

docs/extensibility/command-code-enumerator.md

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,72 @@
22
title: "Command Code Enumerator | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
helpviewer_keywords:
5+
helpviewer_keywords:
66
- "command code enumerator"
77
- "source control plug-ins, command code enumeration"
88
ms.assetid: 5d2c360c-59e4-4da8-bcb4-dd07c7441e40
99
author: "gregvanl"
1010
ms.author: "gregvanl"
1111
manager: jillfra
12-
ms.workload:
12+
ms.workload:
1313
- "vssdk"
1414
---
1515
# 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

Comments
 (0)