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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Project