AssemblyReference.ReferencedProject Property

 

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

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

Syntax

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

Property Value

Type: EnvDTE.Project

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

See Also

AssemblyReference Interface
VsWebSite Namespace

Return to top