OAReferenceFolderItem.ProjectItems Property

Gets the project item automation objects for the references in the ReferenceContainerNode.

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

Syntax

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

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

Property Value

Type: ProjectItems

The ProjectItems.

Implements

ProjectItemProjectItems()

Permissions

See Also

Reference

OAReferenceFolderItem Class

OAReferenceFolderItem Members

Microsoft.VisualStudio.Package.Automation Namespace