Share via


OAProjectItems Members

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

Public method

AddFolder

Adds a folder to the collection of ProjectItems with the given name. (Overrides OANavigableProjectItems.AddFolder(String, String).)

Public method

AddFromDirectory

Adds one or more ProjectItem objects from a directory to the ProjectItems collection. (Inherited from OANavigableProjectItems.)

Public method

AddFromFile

Adds a project item from a file that is installed in a project directory structure. (Overrides OANavigableProjectItems.AddFromFile(String).)

Public method

AddFromFileCopy

Copies a source file and adds it to the project. (Overrides OANavigableProjectItems.AddFromFileCopy(String).)

Public method

AddFromTemplate

Creates a new project item from an existing item template file and adds it to the project. (Overrides OANavigableProjectItems.AddFromTemplate(String, String).)

Protected method

AddItem

Adds an item to the project.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

EvaluateAddResult

Evaluates the result of an add operation.

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetEnumerator

Returns an enumeration for items in a collection. (Inherited from OANavigableProjectItems.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetListOfProjectItems

Gets a list of items associated with the current node. (Inherited from OANavigableProjectItems.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

Item

Gets ProjectItem from the index. (Inherited from OANavigableProjectItems.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

ContainingProject

Gets the project hosting the project item or items. (Inherited from OANavigableProjectItems.)

Public property

Count

Gets a value indicating the number of objects in the collection. (Inherited from OANavigableProjectItems.)

Public property

DTE

Gets the top-level extensibility object. (Inherited from OANavigableProjectItems.)

Public property

Kind

Gets an enumeration indicating the type of object. (Inherited from OANavigableProjectItems.)

Public property

Parent

Gets the immediate parent object of a ProjectItems collection. (Inherited from OANavigableProjectItems.)

Top

See Also

Reference

OAProjectItems Class

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace