OAProjectItem<T>.ProjectItems Property

Gets the collection of project items owned by the item.

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

Syntax

'宣言
Public Overridable ReadOnly Property ProjectItems As ProjectItems
'使用
Dim instance As OAProjectItem
Dim value As ProjectItems

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

Property Value

Type: ProjectItems

When implemented in derived classes, the OAProjectItems owned by the item.

Implements

ProjectItemProjectItems()

Remarks

By default returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace