OAProjectItems Members

Contains OAProjectItems objects, each representing items in the project.

The OAProjectItems type exposes the following members.

Constructors

  Name Description
Public method OAProjectItems Initializes a new instance of OAProjectItems for the specified project and node.

Top

Methods

  Name Description
Public method AddFolder (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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Gets an enumerator for this project item 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 the project item with the specified 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 that owns these project items. (Inherited from OANavigableProjectItems.)
Public property Count Gets the number of project items in the collection. (Inherited from OANavigableProjectItems.)
Public property DTE Gets the top-level automation object. (Inherited from OANavigableProjectItems.)
Public property Kind Gets the kind of project items. (Inherited from OANavigableProjectItems.)
Public property Parent Gets the parent of this collection. (Inherited from OANavigableProjectItems.)

Top

See Also

Reference

OAProjectItems Class

Microsoft.VisualStudio.Package.Automation Namespace