IExtendedUIService.AddWebReference(Uri, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Web 資源的參考新增至工作流程設計工具中的專案。
public:
System::Windows::Forms::DialogResult AddWebReference([Runtime::InteropServices::Out] Uri ^ % url, [Runtime::InteropServices::Out] Type ^ % proxyClass);
public System.Windows.Forms.DialogResult AddWebReference (out Uri url, out Type proxyClass);
abstract member AddWebReference : Uri * Type -> System.Windows.Forms.DialogResult
Public Function AddWebReference (ByRef url As Uri, ByRef proxyClass As Type) As DialogResult
參數
傳回
DialogResult 值,這個值表示 [新增 Web 參考] 對話方塊的傳回值。