IExtendedUIService.GetUrlForProxyClass(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定 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
參數
傳回
與 Proxy 類別關聯之 Web 資源的 URL。