|
These are the constants used to indicate the kind of files (project items) that the operation will process. The values are specified through the TargetProjectItemKinds property of the OperationInfo class. These values can be combined together (ORed).
Constant
|
Description
|
Designer
|
Files that are designers (forms or usercontrols) will be processed.
|
SourceCode
|
Files that have source code will be processed.
|
Text
|
Files that have text will be processed.
|
Other
|
Files of some other kind will be processed.
|
See Also:
OperationInfo Class
|