IExtendedUIService.AddWebReference(Uri, Type) 메서드

정의

워크플로 디자이너의 프로젝트에 웹 리소스에 대한 참조를 추가합니다.

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

매개 변수

url
Uri

이 메서드가 반환되면 프로젝트 액세스를 제공할 웹 리소스의 URL(유니버설 리소스 로케이터)을 나타내는 형식이 포함 Uri 됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

proxyClass
Type

이 메서드가 반환될 때 웹 리소스와 연결된 프록시 클래스를 포함합니다 Type . 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반품

DialogResult 웹 참조 추가 대화 상자의 반환 값을 나타내는 값입니다.

적용 대상