Click or drag to resize

FileItem Fields

The ProjectFileItem type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_unhandledData
Unhandled (unparsed or unrecognized) XML data in the file item.
Public fieldAutoGen
Public fieldBuildAction
The build action for the file. Values: None, Compile, Content, EmbeddedResource, Resource, ApplicationDefinition, Page, SplashScreen, DesignData, DesignDataWithDesignTimeCreatableTypes, EntityDeploy
Public fieldCopyToOutputDirectory
The copy action for the file. Values: None, Always, PreserveNewest
Public fieldCustomToolNamespace
Public fieldDependentUpon
Public fieldDesignTime
Public fieldDesignTimeSharedInput
Public fieldFileName
The file name.
Public fieldGenerator
Public fieldIsFirstInGroup
True if the file appears first in the current group in the Project file.
Public fieldIsRemove
True if this is a Remove instead of Include.
Public fieldLastGenOutput
Public fieldLink
The link for the file (if any).
Public fieldSubType
Top
See Also