See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The ProjectItemData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProjectItemData | Initializes a new instance of the ProjectItemData class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetContentText |
Set the content of the project item as text.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AutoGen |
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.
| |
| BuildAction |
Get or set the build action.
| |
| Content |
Set the content of the project item as text.
| |
| ContentBytes |
Get or set the content of the project item in bytes.
| |
| CustomTool |
Get or set the name of the custom tool.
| |
| DependentUpon |
Get or set the name of the project item from which this project item is a child of.
| |
| FileName |
Get or set the project item file name, without the folder.
| |
| FolderName |
Get or set the project item folder.
| |
| FullName |
Get the name of the project item file including the folder.
| |
| LastGenOutput |
Get or set the file name of the last generated output of the custom tool.
| |
| SubType |
Get or set the subtype.
|