OAReferences.ContainingProject Property

Gets the project to which this reference container belongs.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property ContainingProject As Project
    Get
'Usage
Dim instance As OAReferences
Dim value As Project

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

Property Value

Type: EnvDTE.Project

.NET Framework Security

See Also

Reference

OAReferences Class

OAReferences Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace