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.
Represents the properties that are supported by a Web site project in Visual Studio.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")> _
Public Interface WebSiteProperties2 _
Inherits WebSiteProperties
[GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface WebSiteProperties2 : WebSiteProperties
[GuidAttribute(L"0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface class WebSiteProperties2 : WebSiteProperties
[<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")>]
type WebSiteProperties2 =
interface
interface WebSiteProperties
end
public interface WebSiteProperties2 extends WebSiteProperties
The WebSiteProperties2 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
__id | Infrastructure. |
![]() |
BrowseURL | |
![]() |
CurrentWebsiteLanguage | |
![]() |
EnableASPXDebugging | |
![]() |
EnableFxCop | |
![]() |
EnableNTLMAuthentication | |
![]() |
EnableSQLServerDebugging | |
![]() |
EnableUnmanagedDebugging | |
![]() |
EnableVsWebServer | |
![]() |
EnableVsWebServerDynamicPort | |
![]() |
Extender | |
![]() |
ExtenderCATID | |
![]() |
ExtenderNames | |
![]() |
FullPath | |
![]() |
FxCopRuleAssemblies | |
![]() |
FxCopRules | |
![]() |
OpenedURL | |
![]() |
ProjectDirty | |
![]() |
StartAction | |
![]() |
StartArguments | |
![]() |
StartPage | |
![]() |
StartProgram | |
![]() |
StartURL | |
![]() |
StartWorkingDirectory | |
![]() |
VsWebServerPort | |
![]() |
VsWebServerVPath | Gets or sets the virtual path for the Visual Studio Web server. |
![]() |
WebSiteType |
Top
Remarks
The WebSiteProperties2 interface inherits all members of the WebSiteProperties interface and adds the VsWebServerVPath property.
.gif)