Share via


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

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

Property Value

Type: EnvDTE.Project
A Project object that can be cast to a VSWebSite object.

.NET Framework Security

See Also

Reference

AssemblyReference Interface

VsWebSite Namespace