OANavigableProjectItems Class
This type is only used internally; you cannot use it directly from your code. Represents a collection of project items that can be enumerated.
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 OANavigableProjectItems _
Implements ProjectItems, IEnumerable
'Usage
Dim instance As OANavigableProjectItems
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OANavigableProjectItems : ProjectItems,
IEnumerable
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OANavigableProjectItems : ProjectItems,
IEnumerable
public class OANavigableProjectItems implements ProjectItems, IEnumerable
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OANavigableProjectItems =
class
interface ProjectItems
interface IEnumerable
end
Remarks
Can navigate a collection object only (partial implementation of a ProjectItems interface).
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
OANavigableProjectItems Members
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace