Represents a collection of project items that can be enumerated.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OANavigableProjectItems _
Implements ProjectItems, IEnumerable
'使用
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
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.Automation.OANavigableProjectItems
Microsoft.VisualStudio.Package.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.