共用方式為


WebReference2 介面

 

發行︰ 2016年4月

表示由網站的 Web 參考。

命名空間:   VsWebSite90
組件:  VsWebSite.Interop90 (於 VsWebSite.Interop90.dll)

語法

[GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface WebReference2 : WebReference
[GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface class WebReference2 : WebReference
[<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")>]
type WebReference2 = 
    interface
        interface WebReference
    end
<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")>
Public Interface WebReference2
    Inherits WebReference

屬性

名稱 描述
System_CAPS_pubproperty ContainingProject

System_CAPS_pubproperty Discomap

System_CAPS_pubproperty DTE

System_CAPS_pubproperty DynamicPropName

System_CAPS_pubproperty DynamicUrl

System_CAPS_pubproperty FileCodeModel

System_CAPS_pubproperty MapType

取得這個 Web 參考的型別。

System_CAPS_pubproperty Namespace

System_CAPS_pubproperty ProjectItem

System_CAPS_pubproperty ServiceDefinitionUrl

System_CAPS_pubproperty ServiceLocationUrl

System_CAPS_pubproperty ServiceName

System_CAPS_pubproperty WsdlAppRelativeUrl

方法

名稱 描述
System_CAPS_pubmethod Remove()

System_CAPS_pubmethod Update()

註解

這個介面是適用於網站專案中有兩種類型的 Web 參考資料夾又包含 App_WebReference 資料夾︰ Discomap 和 Svcmap。 如需詳細資訊,請參閱 MapType 屬性主題。

WebReference2 介面繼承的所有成員 WebReference 介面,並將 MapType 屬性。

另請參閱

WebReference
VsWebSite90 命名空間

回到頁首