AssemblyReference.ContainingProject Property

 

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

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

Syntax

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

Property Value

Type: EnvDTE.Project

A T:EnvDTE80.Project object that can be cast to a VSWebSite object.

See Also

T:EnvDTE80.Project
VSWebSite
AssemblyReference Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top