Share via


WebReferences.ContainingProject Property

Gets a reference to the project in the DTE object that contains this Web reference.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property ContainingProject As Project
Project ContainingProject { get; }
property Project^ ContainingProject {
    Project^ get ();
}
abstract ContainingProject : Project with get
function get ContainingProject () : Project

Property Value

Type: EnvDTE.Project
A reference to the project contained in the DTE object.

.NET Framework Security

See Also

Reference

WebReferences Interface

VsWebSite Namespace

Project

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object