Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OANavigableProjectItems _
Implements ProjectItems, IEnumerable
'Usage
Dim instance As OANavigableProjectItems
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OANavigableProjectItems : ProjectItems,
IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OANavigableProjectItems : ProjectItems,
IEnumerable
public class OANavigableProjectItems implements ProjectItems, IEnumerable
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