Share via


Collection Property

Gets {insert text here}.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Collection As ProjectItems
    Get
'Usage
Dim instance As OAFolderItem
Dim value As ProjectItems

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

Property Value

Type: ProjectItems

Implements

ProjectItemCollection()()()()

See Also

Reference

OAFolderItem Class

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