WebSiteProperties2 interface

 

Date de publication : novembre 2016

Représente les propriétés qui sont prises en charge par un projet de site Web dans Visual Studio.

Espace de noms:   VsWebSite
Assembly:  VsWebSite.Interop (dans VsWebSite.Interop.dll)

Syntaxe

[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

Propriétés

Nom Description
System_CAPS_pubproperty __id

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre 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

Obtient ou définit le chemin d’accès virtuel pour le Visual Studio serveur Web.

System_CAPS_pubproperty WebSiteType

Notes

Le WebSiteProperties2 interface hérite de tous les membres de la WebSiteProperties de l’interface et ajoute les VsWebServerVPath propriété.

Voir aussi

WebSiteProperties3
VsWebSite espace de noms

Retour au début