IExtendedUIService.GetUrlForProxyClass(Type) 方法

定义

返回与指定代理类关联的 Web 资源的通用资源定位符 (URL)。

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

与代理类关联的 Web 资源的 URL。

适用于