OAFileItem.ProjectItems Property

Gets the project items associated with this file node.

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 OAFileItem
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

If the file can have child items, returns the owned OAProjectItems, otherwise returns a null reference (Nothing in Visual Basic).

Implements

ProjectItemProjectItems()

Permissions

See Also

Reference

OAFileItem Class

OAFileItem Members

Microsoft.VisualStudio.Package.Automation Namespace