ProjectItem Members
Include Protected Members
Include Inherited Members
Represents an item in a project.
The ProjectItem type exposes the following members.
Methods
Name
Description
Removes the item from its project and its storage.
Expands the view of Solution Explorer to show project items.
Opens the ProjectItem in the specified view.
Removes the project item from the collection.
Saves the project or project item.
Saves the project item.
Top
Properties
Name
Description
Gets the ProjectItems collection containing the ProjectItem object supporting this property.
Gets the ConfigurationManager object for this ProjectItem.
Gets the project hosting the ProjectItem.
Gets the Document associated with the item, if one exists.
Gets the top-level extensibility object.
Gets the requested Extender if it is available for this object.
Gets the Extender category ID (CATID) for the object.
Gets a list of available Extenders for the object.
Gets the FileCodeModel object for the project item.
Gets the number of files associated with a ProjectItem.
Infrastructure. Microsoft Internal Use Only.
Gets a value indicating whether the project item is open in a particular view type.
Gets a GUID string indicating the kind or type of the object.
Gets or sets the name of the object.
Gets an object that can be accessed by name at run time.
Gets a ProjectItems for the object.
Gets a collection of all properties that pertain to the object.
Gets or sets a value indicating whether or not the object has been modified since last being saved or opened.
If the project item is the root of a subproject, then the SubProject property returns the Project object for the subproject.
Top