OAReferences.ContainingProject Property

Gets the project to which this reference container belongs.

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

Syntax

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

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

Property Value

Type: Project

Project.

Permissions

See Also

Reference

OAReferences Class

OAReferences Members

Microsoft.VisualStudio.Package.Automation Namespace