OAProject.ProjectItems Property

Gets the collection of project items for this project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property ProjectItems As ProjectItems
'使用
Dim instance As OAProject
Dim value As ProjectItems

value = instance.ProjectItems
public virtual ProjectItems ProjectItems { get; }
public:
virtual property ProjectItems^ ProjectItems {
    ProjectItems^ get ();
}
public function get ProjectItems () : ProjectItems

Property Value

Type: ProjectItems

ProjectItems.

Implements

ProjectProjectItems()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace