다음을 통해 공유


IExtendedUIService.GetUrlForProxyClass(Type) 메서드

정의

지정된 프록시 클래스와 연결된 웹 리소스의 URL(Universal Resource Locator)을 반환합니다.

public:
 Uri ^ GetUrlForProxyClass(Type ^ proxyClass);
public Uri GetUrlForProxyClass (Type proxyClass);
abstract member GetUrlForProxyClass : Type -> Uri
Public Function GetUrlForProxyClass (proxyClass As Type) As Uri

매개 변수

proxyClass
Type

프록시 클래스와 연결된 Type입니다.

반환

Uri

프록시 클래스와 연결된 웹 리소스의 URL입니다.

적용 대상