AssemblyReference.ReferencedProject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the project in the DTE object that references this Web service.
public:
property EnvDTE::Project ^ ReferencedProject { EnvDTE::Project ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public EnvDTE.Project ReferencedProject { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.ReferencedProject : EnvDTE.Project
Public ReadOnly Property ReferencedProject As Project
Property Value
A EnvDTE80.Project object that can be cast to a VSWebSite object.
- Attributes