OAProjectItems Class

This type is only used internally; you cannot use it directly from your code. Contains OAProjectItem objects, each representing an item in the project.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProjectItems _
    Inherits OANavigableProjectItems
'Usage
Dim instance As OAProjectItems
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProjectItems : OANavigableProjectItems
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProjectItems : public OANavigableProjectItems
public class OAProjectItems extends OANavigableProjectItems
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAProjectItems =  
    class
        inherit OANavigableProjectItems
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OANavigableProjectItems
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAProjectItems

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OAProjectItems Members

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