Collection Property
Gets the ProjectItems collection containing the ProjectItem object supporting this property.
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 Collection As ProjectItems
Get
'Usage
Dim instance As OAProjectItem
Dim value As ProjectItems
value = instance.Collection
public virtual ProjectItems Collection { get; }
public:
virtual property ProjectItems^ Collection {
ProjectItems^ get ();
}
abstract Collection : ProjectItems
override Collection : ProjectItems
function get Collection () : ProjectItems
Property Value
Type: ProjectItems
Implements
ProjectItemCollection()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace