Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Contains OAProjectItem objects, each representing an item in the project.
The OAProjectItems type exposes the following members.
Methods
Name
Description
Adds a folder to the collection of ProjectItems with the given name. (Overrides OANavigableProjectItems.AddFolder(String, String).)
Adds one or more ProjectItem objects from a directory to the ProjectItems collection. (Inherited from OANavigableProjectItems.)
Adds a project item from a file that is installed in a project directory structure. (Overrides OANavigableProjectItems.AddFromFile(String).)
Copies a source file and adds it to the project. (Overrides OANavigableProjectItems.AddFromFileCopy(String).)
Creates a new project item from an existing item template file and adds it to the project. (Overrides OANavigableProjectItems.AddFromTemplate(String, String).)
Adds an item to the project.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Evaluates the result of an add operation.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns an enumeration for items in a collection. (Inherited from OANavigableProjectItems.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets a list of items associated with the current node. (Inherited from OANavigableProjectItems.)
Gets the type of the current instance. (Inherited from Object.)
Gets ProjectItem from the index. (Inherited from OANavigableProjectItems.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the project hosting the project item or items. (Inherited from OANavigableProjectItems.)
Gets a value indicating the number of objects in the collection. (Inherited from OANavigableProjectItems.)
Gets the top-level extensibility object. (Inherited from OANavigableProjectItems.)
Gets an enumeration indicating the type of object. (Inherited from OANavigableProjectItems.)
Gets the immediate parent object of a ProjectItems collection. (Inherited from OANavigableProjectItems.)
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace