ProjectItems Property
Gets a ProjectItems collection for the Project 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 OAProject
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
ProjectProjectItems()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace