Share via


VSWebSite.Project Property

Definition

Gets a reference to this Web site as a EnvDTE80.Project object.

public:
 property EnvDTE::Project ^ Project { EnvDTE::Project ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.Project Project { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Project : EnvDTE.Project
Public ReadOnly Property Project As Project

Property Value

A EnvDTE80.Project object, which is a reference to the current Web site project.

Attributes

Applies to