VCWebServiceProxyGeneratorTool 介面
以程式設計方式公開可從 Web 參考屬性頁中取得的屬性。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
<GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")> _
Public Interface VCWebServiceProxyGeneratorTool
[GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")]
public interface VCWebServiceProxyGeneratorTool
[GuidAttribute(L"F336DE73-B556-45EF-A75E-DF3CAF65522E")]
public interface class VCWebServiceProxyGeneratorTool
[<GuidAttribute("F336DE73-B556-45EF-A75E-DF3CAF65522E")>]
type VCWebServiceProxyGeneratorTool = interface end
public interface VCWebServiceProxyGeneratorTool
VCWebServiceProxyGeneratorTool 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
AdditionalOptions | 取得或設定要加入至緊鄰檔案名稱前面之命令列結尾的選項。例如,物件模型不支援某個選項的情況。 | |
ExecutionBucket | 基礎架構。 僅限 Microsoft 內部使用。 | |
GeneratedProxyLanguage | 取得或設定在產生 Web Proxy 時要使用的語言。 | |
Namespace | 取得或設定定義父命名空間的物件。 | |
Output | 取得或設定輸出檔名稱。 | |
References | 取得或設定所選取專案的參考集合。 | |
SuppressStartupBanner | 取得或設定值,這個值表示是否要隱藏程式啟始資訊及資訊訊息。 | |
ToolKind | 取得這種工具的名稱。 | |
toolName | 取得指定之工具的名稱。 | |
ToolPath | 取得指定之工具的路徑。 | |
URL | 取得或設定當使用者指定 [更新 Web 參考] 命令時所使用的 URL。 | |
VCProjectEngine | 取得專案引擎的指標。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
get_PropertyOption | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首