IExtendedUIService.AddWebReference(Uri, Type) Method

Definition

Adds a reference to a Web resource to a project in a workflow designer.

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

Parameters

url
Uri

When this method returns, contains a Uri that represents the universal resource locator (URL) of the Web resource to provide the project access to. This parameter is passed uninitialized.

proxyClass
Type

When this method returns, contains a Type of the proxy class associated with the Web resource. This parameter is passed uninitialized.

Returns

A DialogResult value that indicates the return value of the Add Web Reference dialog box.

Applies to