OANavigableProjectItems.ContainingProject Property

Gets the project that owns these project items.

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

Syntax

'宣言
Public Overridable ReadOnly Property ContainingProject As Project
'使用
Dim instance As OANavigableProjectItems
Dim value As Project

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

Property Value

Type: Project

Project.

Implements

ProjectItemsContainingProject()

Permissions

See Also

Reference

OANavigableProjectItems Class

OANavigableProjectItems Members

Microsoft.VisualStudio.Package.Automation Namespace