OAFolderItem.Collection Property

Gets the project items associated with this folder.

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

Syntax

'宣言
Public Overrides ReadOnly Property Collection As ProjectItems
'使用
Dim instance As OAFolderItem
Dim value As ProjectItems

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

Property Value

Type: ProjectItems

ProjectItems.

Implements

ProjectItemCollection()

Permissions

See Also

Reference

OAFolderItem Class

OAFolderItem Members

Microsoft.VisualStudio.Package.Automation Namespace