OAProjectItems Class
Contains OAProjectItems objects, each representing items in the project.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProjectItems _
Inherits OANavigableProjectItems
'使用
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
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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
ProjectItems