OANavigableProjectItems Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. Represents a collection of project items that can be enumerated.

The OANavigableProjectItems type exposes the following members.

Methods

  Name Description
Public method AddFolder Creates a new folder in 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 is installed 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 Returns an enumeration for items in a 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 ProjectItem from the 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 hosting the project item or items.
Public property Count Gets a value indicating the number of objects in the collection.
Public property DTE Gets the top-level extensibility object.
Public property Kind Gets an enumeration indicating the type of object.
Public property Parent Gets the immediate parent object of a ProjectItems collection.

Top

See Also

Reference

OANavigableProjectItems Class

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