IExtendedUIService.GetUrlForProxyClass(Type) Method

Definition

Returns the universal resource locator (URL) for the Web resource associated with the specified proxy class.

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

Parameters

proxyClass
Type

The Type associated with the proxy class.

Returns

Uri

The URL for the Web resource associated with the proxy class.

Applies to