Share via


VSWebSite.Project Property

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

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

Syntax

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

Property Value

Type: EnvDTE.Project
A Project object, which is a reference to the current Web site project.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

EnvDTE80

Project

Other Resources

Referencing Automation Assemblies and the DTE2 Object