Share via


ProjectItems Property

Gets a ProjectItems for the object.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ProjectItems As ProjectItems
    Get
'Usage
Dim instance As OAProjectItem
Dim value As ProjectItems

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

Property Value

Type: ProjectItems

Implements

ProjectItemProjectItems()()()()

See Also

Reference

OAProjectItem Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace