WebSiteProperties2 Interface

 

Represents the properties that are supported by a Web site project in Visual Studio.

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

Syntax

[GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface WebSiteProperties2 : WebSiteProperties
[GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface class WebSiteProperties2 : WebSiteProperties
[<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")>]
type WebSiteProperties2 = 
    interface
        interface WebSiteProperties
    end
<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")>
Public Interface WebSiteProperties2
    Inherits WebSiteProperties

Properties

Name Description
System_CAPS_pubproperty __id

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubproperty BrowseURL

System_CAPS_pubproperty CurrentWebsiteLanguage

System_CAPS_pubproperty EnableASPXDebugging

System_CAPS_pubproperty EnableFxCop

System_CAPS_pubproperty EnableNTLMAuthentication

System_CAPS_pubproperty EnableSQLServerDebugging

System_CAPS_pubproperty EnableUnmanagedDebugging

System_CAPS_pubproperty EnableVsWebServer

System_CAPS_pubproperty EnableVsWebServerDynamicPort

System_CAPS_pubproperty Extender[String]

System_CAPS_pubproperty ExtenderCATID

System_CAPS_pubproperty ExtenderNames

System_CAPS_pubproperty FullPath

System_CAPS_pubproperty FxCopRuleAssemblies

System_CAPS_pubproperty FxCopRules

System_CAPS_pubproperty OpenedURL

System_CAPS_pubproperty ProjectDirty

System_CAPS_pubproperty StartAction

System_CAPS_pubproperty StartArguments

System_CAPS_pubproperty StartPage

System_CAPS_pubproperty StartProgram

System_CAPS_pubproperty StartURL

System_CAPS_pubproperty StartWorkingDirectory

System_CAPS_pubproperty VsWebServerPort

System_CAPS_pubproperty VsWebServerVPath

Gets or sets the virtual path for the Visual Studio Web server.

System_CAPS_pubproperty WebSiteType

Remarks

The WebSiteProperties2 interface inherits all members of the WebSiteProperties interface and adds the VsWebServerVPath property.

See Also

WebSiteProperties3
VsWebSite Namespace

Return to top