共用方式為


IExtendedUIService.GetUrlForProxyClass(Type) 方法

定義

傳回與指定 Proxy 類別關聯之 Web 資源的「統一資源定位器」(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,與 Proxy 類別關聯。

傳回

Uri

與 Proxy 類別關聯之 Web 資源的 URL。

適用於