WebService 介面
代表這個網站專案所實作的 Web 服務,當網站參考加入至專案時由 Visual Studio 所產生的 .asmx 檔表示。
命名空間: VsWebSite
組件: VsWebSite.Interop (在 VsWebSite.Interop.dll 中)
語法
'宣告
<GuidAttribute("298682BA-70DD-40BF-95E9-4DD4293BA56D")> _
Public Interface WebService
[GuidAttribute("298682BA-70DD-40BF-95E9-4DD4293BA56D")]
public interface WebService
[GuidAttribute(L"298682BA-70DD-40BF-95E9-4DD4293BA56D")]
public interface class WebService
[<GuidAttribute("298682BA-70DD-40BF-95E9-4DD4293BA56D")>]
type WebService = interface end
public interface WebService
WebService 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
AppRelativeUrl | 從網站專案的根 URL 取得 .asmx 檔的相對路徑。 | |
ClassFileItem | 取得表示 Web 服務的類別檔案項目。 | |
ClassName | 取得代表 Web 服務之類別的名稱。 | |
ContainingProject | 取得 DTE 物件中包含此 Web 服務之專案的參考。 | |
DTE | 取得 DTE2 物件的參考,而此物件包含具有此 Web 服務的專案。 | |
FileCodeModel | 取得 .asmx 檔的 FileCodeModel 物件。 | |
ProjectItem | 取得專案項目。 | |
URL | Web 服務之 .asmx 檔的 URL。 |
回頁首
備註
這個類別 (Class) 的物件只能透過使用 VSWebSite 物件之 WebServices 集合屬性中的項目取得。