Microsoft.VisualStudio.Package.Automation Namespace
Visual Studio 2005
| Class | Description | |
|---|---|---|
|
OAAssemblyReference | Represents an assembly reference. |
|
OAComReference | Represents a reference to a COM component. |
|
OAFileItem | Represents a file in the project. |
|
OAFolderItem | Represents a folder in the project. |
|
OANavigableProjectItems | Represents a collection of project items that can be enumerated. |
|
OANestedProjectItem | Represents a nested project in the solution. |
|
OANullProperty | Defines a null object that is returned instead of a null reference (Nothing in Visual Basic). |
|
OAProject | Represents the automation-friendly version of a Visual Studio project. |
|
OAProjectItem | Represents an item in the project (file, folder, or reference). |
|
OAProjectItems | Contains OAProjectItems objects, each representing items in the project. |
|
OAProjectReference | Represents a project reference of the solution. |
|
OAProperties | Contains all of the properties of a given object that are contained in a generic collection of properties. |
|
OAProperty | Represents one property in a generic collection of properties for a given object. |
|
OAReferenceBase | Represents the automation equivalent of ReferenceNode. |
|
OAReferenceFolderItem | Represents the OAProjectItem automation object that underlies the ReferenceContainerNode. |
|
OAReferences | Represents the automation equivalent of ReferenceContainerNode. It implements References, ReferencesEvents, IEventSource, and CollectionPointContainer. |
|
OARreferenceItem | Represents a reference OAProjectItem automation object that is associated with a ReferenceNode. |
|
OASolutionFolder | Represents the automation-compliant version of the top-level directory in the project hierarchy that contains one or more projects. The type parameter is a HierarchyNode or a subclass (such as ProjectNode) that represents the solution. This class implements SolutionFolder. |
|
OAVSProject | Represents a Visual Studio language-specific project. This is an implementation of the VSProject interface. |
|
OAVSProjectEvents | Provides access to References , Imports, and BuildManager events for Visual Basic, Visual C#, or Visual J# projects. |
|
OAVSProjectItem | Represents a Visual Basic or C# project item. |