See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The ProjectItemData type exposes the following members.

Properties

  NameDescription
Public propertyAutoGen
Get or set whether the item is the target of a custom tool. The DTE project writer ignores this field, as it is populated automatically by Visual Studio.
Public propertyBuildAction
Get or set the build action.
Public propertyContent
Set the content of the project item as text.
Public propertyContentBytes
Get or set the content of the project item in bytes.
Public propertyCustomTool
Get or set the name of the custom tool.
Public propertyDependentUpon
Get or set the name of the project item from which this project item is a child of.
Public propertyFileName
Get or set the project item file name, without the folder.
Public propertyFolderName
Get or set the project item folder.
Public propertyFullName
Get the name of the project item file including the folder.
Public propertyLastGenOutput
Get or set the file name of the last generated output of the custom tool.
Public propertySubType
Get or set the subtype.

See Also