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 引用”对话框的返回值。