Sdílet prostřednictvím


WebSiteProperties.WebSiteType – vlastnost

Získá hodnotu určující typ zadaného webového serveru.

Obor názvů:  VsWebSite
Sestavení:  VsWebSite.Interop (v VsWebSite.Interop.dll)

Syntaxe

'Deklarace
ReadOnly Property WebSiteType As webType
    Get
webType WebSiteType { get; }
property webType WebSiteType {
    webType get ();
}
abstract WebSiteType : webType
function get WebSiteType () : webType

Hodnota vlastnosti

Typ: VsWebSite.webType
Hodnota webType.

Příklady

Příklad čtení vlastností s pozdní vazbou, viz WebSiteProperties.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebSiteProperties Rozhraní

VsWebSite – obor názvů

EnvDTE

WebSiteProperties

webType

Další zdroje

Referencing Automation Assemblies and the DTE2 Object