OANavigableProjectItems Members

Include Protected Members
Include Inherited Members

Represents a collection of project items that can be enumerated.

The OANavigableProjectItems type exposes the following members.

Constructors

  Name Description
Public method OANavigableProjectItems Overloaded. Initializes a new instance of OANavigableProjectItems.

Top

Methods

  Name Description
Public method AddFolder Creates a new folder in the Solution Explorer.
Public method AddFromDirectory Adds one or more ProjectItem objects from a directory to the ProjectItems collection.
Public method AddFromFile Adds a project item from a file that exists in a project directory structure.
Public method AddFromFileCopy Copies a source file and adds it to the project.
Public method AddFromTemplate Creates a new project item from an existing item template file and adds it to the project.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
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.
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.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Item Gets the project item with the specified index.
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.
Public property Count Gets the number of project items in the collection.
Public property DTE Gets the top-level automation object.
Public property Kind Gets the kind of project items.
Public property Parent Gets the parent of this collection.

Top

See Also

Reference

OANavigableProjectItems Class

Microsoft.VisualStudio.Package.Automation Namespace