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
'Usage
Dim instance As VSWebSite 
Dim value As Project 

value = instance.Project
Project Project { get; }
property Project^ Project {
    Project^ 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 Members

VsWebSite Namespace

EnvDTE

EnvDTE80

Project

Other Resources

Referencing Automation Assemblies and the DTE2 Object