Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a reference to the project in the DTE object that references this Web service.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property ReferencedProject As Project
Project ReferencedProject { get; }
property Project^ ReferencedProject {
Project^ get ();
}
abstract ReferencedProject : Project with get
function get ReferencedProject () : Project
Property Value
Type: EnvDTE.Project
A Project object that can be cast to a VSWebSite object.
.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.